Html Css Color HEX #7E6BCC Moody Blue

📋 copy color: '#7E6BCC'

red 126 ◦ green 107 ◦ blue 204

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

Shades of Moody Blue #7E6BCC

Tints of Moody Blue #7E6BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.49%

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 28.83%
G = 24.49%
B = 46.68%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7E6BCC (or 0x7E6BCC) is known color: Moody Blue. HEX triplet: 7E, 6B and CC. RGB value is (126,107,204). Sum of RGB (Red+Green+Blue) = 126+107+204=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E6BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6BCC is #819433. Grayscale: #7B7B7B. Windows color (decimal): -8492084 or 13396862. OLE color: 13396862.

HSL color Cylindrical-coordinate representation of color #7E6BCC: hue angle of 251.75º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E6BCC is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 107 204 -
CMYK 0.38 0.48 0 0.2
HSL 251.75º 0.49% 0.61% -
HSV(B) 251.75º 0.48% 0.8% -
XYZ 24.76 19.31 59.55 -
YUV 123.74 173.29 129.61 -
System Red Green Blue C M Y K H S L
Decimal 126 107 204 0.38 0.48 0 0.2 251.75 0.49 0.61
Hex 7E 6B CC 26 30 0 14 FC 31 3D
Octal 176 153 314 46 60 0 24 374 61 75
Binary 1111110 1101011 11001100 100110 110000 0 10100 11111100 110001 111101

Color Harmonies of #7E6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6BCC

Black with #7E6BCC

Text Example


Text Example

White with #7E6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,107,204); }

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

background-color css

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

 a { background-color: rgb(126,107,204); }

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

border-color css

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

 span { border-color: rgb(126,107,204); }

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