Html Css Color HEX #7C81CD Moody Blue

📋 copy color: '#7C81CD'

red 124 ◦ green 129 ◦ blue 205

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

Shades of Moody Blue #7C81CD

Tints of Moody Blue #7C81CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 27.07%
G = 28.17%
B = 44.76%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C81CD (or 0x7C81CD) is known color: Moody Blue. HEX triplet: 7C, 81 and CD. RGB value is (124,129,205). Sum of RGB (Red+Green+Blue) = 124+129+205=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C81CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C81CD is #837E32. Grayscale: #878787. Windows color (decimal): -8617523 or 13468028. OLE color: 13468028.

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

Color convert

RGB 124 129 205 -
CMYK 0.40 0.37 0 0.20
HSL 236.3º 0.45% 0.65% -
HSV(B) 236.3º 0.4% 0.8% -
XYZ 27.18 24.39 61.03 -
YUV 136.17 166.84 119.32 -
System Red Green Blue C M Y K H S L
Decimal 124 129 205 0.40 0.37 0 0.20 236.3 0.45 0.65
Hex 7C 81 CD 28 25 0 14 EC 2D 41
Octal 174 201 315 50 45 0 24 354 55 101
Binary 1111100 10000001 11001101 101000 100101 0 10100 11101100 101101 1000001

Color Harmonies of #7C81CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C81CD

Black with #7C81CD

Text Example


Text Example

White with #7C81CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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