Html Css Color HEX #7E7BCF Moody Blue

📋 copy color: '#7E7BCF'

red 126 ◦ green 123 ◦ blue 207

#7E7BCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #7E7BCF

Tints of Moody Blue #7E7BCF

RGB

 RED value IS 126 (49.61% from 255) = 27.63%

 GREEN value IS 123 (48.44% from 255) = 26.97%

 BLUE value IS 207 (81.25% from 255) = 45.39%

R = 27.63%
G = 26.97%
B = 45.39%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E7BCF (or 0x7E7BCF) is known color: Moody Blue. HEX triplet: 7E, 7B and CF. RGB value is (126,123,207). Sum of RGB (Red+Green+Blue) = 126+123+207=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E7BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7BCF is #818430. Grayscale: #858585. Windows color (decimal): -8487985 or 13597566. OLE color: 13597566.

HSL color Cylindrical-coordinate representation of color #7E7BCF: hue angle of 242.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E7BCF is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 123 207 -
CMYK 0.39 0.41 0 0.19
HSL 242.14º 0.47% 0.65% -
HSV(B) 242.14º 0.41% 0.81% -
XYZ 26.95 23.11 62.07 -
YUV 133.47 169.49 122.67 -
System Red Green Blue C M Y K H S L
Decimal 126 123 207 0.39 0.41 0 0.19 242.14 0.47 0.65
Hex 7E 7B CF 27 29 0 13 F2 2F 41
Octal 176 173 317 47 51 0 23 362 57 101
Binary 1111110 1111011 11001111 100111 101001 0 10011 11110010 101111 1000001

Color Harmonies of #7E7BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7BCF

Black with #7E7BCF

Text Example


Text Example

White with #7E7BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,123,207); }

 H1.HeaderClassName
 {
   color: #7E7BCF;
 }
 .AnyTagClassName
 {
   color: #7E7BCF;
 }
</style>

background-color css

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

 a { background-color: rgb(126,123,207); }

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

border-color css

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

 span { border-color: rgb(126,123,207); }

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