Html Css Color HEX #7C81CE Moody Blue

📋 copy color: '#7C81CE'

red 124 ◦ green 129 ◦ blue 206

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

Shades of Moody Blue #7C81CE

Tints of Moody Blue #7C81CE

RGB

 RED value IS 124 (48.83% from 255) = 27.02%

 GREEN value IS 129 (50.78% from 255) = 28.1%

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 27.02%
G = 28.1%
B = 44.88%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C81CE (or 0x7C81CE) is known color: Moody Blue. HEX triplet: 7C, 81 and CE. RGB value is (124,129,206). Sum of RGB (Red+Green+Blue) = 124+129+206=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C81CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C81CE is #837E31. Grayscale: #878787. Windows color (decimal): -8617522 or 13533564. OLE color: 13533564.

HSL color Cylindrical-coordinate representation of color #7C81CE: hue angle of 236.34º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C81CE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 129 206 -
CMYK 0.40 0.37 0 0.19
HSL 236.34º 0.46% 0.65% -
HSV(B) 236.34º 0.4% 0.81% -
XYZ 27.3 24.44 61.67 -
YUV 136.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 124 129 206 0.40 0.37 0 0.19 236.34 0.46 0.65
Hex 7C 81 CE 28 25 0 13 EC 2E 41
Octal 174 201 316 50 45 0 23 354 56 101
Binary 1111100 10000001 11001110 101000 100101 0 10011 11101100 101110 1000001

Color Harmonies of #7C81CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C81CE

Black with #7C81CE

Text Example


Text Example

White with #7C81CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,129,206); }

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

background-color css

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

 a { background-color: rgb(124,129,206); }

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

border-color css

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

 span { border-color: rgb(124,129,206); }

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