Html Css Color HEX #8874CC Moody Blue

📋 copy color: '#8874CC'

red 136 ◦ green 116 ◦ blue 204

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

Shades of Moody Blue #8874CC

Tints of Moody Blue #8874CC

RGB

 RED value IS 136 (53.52% from 255) = 29.82%

 GREEN value IS 116 (45.7% from 255) = 25.44%

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

R = 29.82%
G = 25.44%
B = 44.74%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8874CC (or 0x8874CC) is known color: Moody Blue. HEX triplet: 88, 74 and CC. RGB value is (136,116,204). Sum of RGB (Red+Green+Blue) = 136+116+204=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #8874CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8874CC is #778B33. Grayscale: #838383. Windows color (decimal): -7834420 or 13399176. OLE color: 13399176.

HSL color Cylindrical-coordinate representation of color #8874CC: hue angle of 253.64º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8874CC is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 116 204 -
CMYK 0.33 0.43 0 0.2
HSL 253.64º 0.46% 0.63% -
HSV(B) 253.64º 0.43% 0.8% -
XYZ 27.3 22.08 59.95 -
YUV 132.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 136 116 204 0.33 0.43 0 0.2 253.64 0.46 0.63
Hex 88 74 CC 21 2B 0 14 FE 2E 3F
Octal 210 164 314 41 53 0 24 376 56 77
Binary 10001000 1110100 11001100 100001 101011 0 10100 11111110 101110 111111

Color Harmonies of #8874CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8874CC

Black with #8874CC

Text Example


Text Example

White with #8874CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8874CC; }

 p { color: rgb(136,116,204); }

 H1.HeaderClassName
 {
   color: #8874CC;
 }
 .AnyTagClassName
 {
   color: #8874CC;
 }
</style>

background-color css

<style>
 a { background-color: #8874CC; }

 a { background-color: rgb(136,116,204); }

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

border-color css

<style>
 span { border-color: #8874CC; }

 span { border-color: rgb(136,116,204); }

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