Html Css Color HEX #8772CE Moody Blue

📋 copy color: '#8772CE'

red 135 ◦ green 114 ◦ blue 206

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

Shades of Moody Blue #8772CE

Tints of Moody Blue #8772CE

RGB

 RED value IS 135 (53.13% from 255) = 29.67%

 GREEN value IS 114 (44.92% from 255) = 25.05%

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

R = 29.67%
G = 25.05%
B = 45.27%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8772CE (or 0x8772CE) is known color: Moody Blue. HEX triplet: 87, 72 and CE. RGB value is (135,114,206). Sum of RGB (Red+Green+Blue) = 135+114+206=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #8772CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8772CE is #788D31. Grayscale: #828282. Windows color (decimal): -7900466 or 13529735. OLE color: 13529735.

HSL color Cylindrical-coordinate representation of color #8772CE: hue angle of 253.7º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8772CE is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 114 206 -
CMYK 0.34 0.45 0 0.19
HSL 253.7º 0.48% 0.63% -
HSV(B) 253.7º 0.45% 0.81% -
XYZ 27.15 21.64 61.14 -
YUV 130.77 170.46 131.02 -
System Red Green Blue C M Y K H S L
Decimal 135 114 206 0.34 0.45 0 0.19 253.7 0.48 0.63
Hex 87 72 CE 22 2D 0 13 FE 30 3F
Octal 207 162 316 42 55 0 23 376 60 77
Binary 10000111 1110010 11001110 100010 101101 0 10011 11111110 110000 111111

Color Harmonies of #8772CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8772CE

Black with #8772CE

Text Example


Text Example

White with #8772CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8772CE; }

 p { color: rgb(135,114,206); }

 H1.HeaderClassName
 {
   color: #8772CE;
 }
 .AnyTagClassName
 {
   color: #8772CE;
 }
</style>

background-color css

<style>
 a { background-color: #8772CE; }

 a { background-color: rgb(135,114,206); }

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

border-color css

<style>
 span { border-color: #8772CE; }

 span { border-color: rgb(135,114,206); }

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