#7E65CB

Color #7E65CB Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7E65CB

Tints of Moody Blue #7E65CB

Color information

#7E65CB (or 0x7E65CB) is unknown color: approx Moody Blue. HEX triplet: 7E, 65 and CB. RGB value is (126,101,203). Sum of RGB (Red+Green+Blue) = 126+101+203=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E65CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E65CB is #819A34. Grayscale: #777777. Windows color (decimal): -8493621 or 13329790. OLE color: 13329790.

HSL color Cylindrical-coordinate representation of color #7E65CB: hue angle of 254.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E65CB is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB126101203-
CMYK0.380.5000.20
HSL254.71º49.51%59.61%-
HSV(B)254.71º50.25%79.61%-
XYZ24.0418.0558.72-
YUV120.1174.78132.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 29.30%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 203 (79.69% from 255) = 47.21%
R=29.30%
G=23.49%
B=47.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261012030.380.5000.20254.7149.5159.61
Hex7E65CB2632014ff323c
Octal17614531346620243776274
Binary111111011001011100101110011011001001010011111111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E65CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E65CB; }

 p { color: rgb(126,101,203); }

 H1.HeaderClassName
 {
   color: #7E65CB;
 }
 .AnyTagClassName
 {
   color: #7E65CB;
 }
</style>
background-color css

<style>
 a { background-color: #7E65CB; }

 a { background-color: rgb(126,101,203); }

 div.DivClassName
 {
   background-color: #7E65CB;
 }
 .BgClassName
 {
   background-color: #7E65CB;
 }
</style>
border-color css

<style>
 span { border-color: #7E65CB; }

 span { border-color: rgb(126,101,203); }

 td.TdClassName
 {
   border-color: #7E65CB;
 }
 .TagClassName
 {
   border-color: #7E65CB;
 }
</style>