Html Css Color HEX #8874CB Moody Blue

📋 copy color: '#8874CB'

red 136 ◦ green 116 ◦ blue 203

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

Shades of Moody Blue #8874CB

Tints of Moody Blue #8874CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.62%

R = 29.89%
G = 25.49%
B = 44.62%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8874CB (or 0x8874CB) is known color: Moody Blue. HEX triplet: 88, 74 and CB. RGB value is (136,116,203). Sum of RGB (Red+Green+Blue) = 136+116+203=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #8874CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8874CB is #778B34. Grayscale: #838383. Windows color (decimal): -7834421 or 13333640. OLE color: 13333640.

HSL color Cylindrical-coordinate representation of color #8874CB: hue angle of 253.79º 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 #8874CB is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 116 203 -
CMYK 0.33 0.43 0 0.20
HSL 253.79º 0.46% 0.63% -
HSV(B) 253.79º 0.43% 0.8% -
XYZ 27.18 22.04 59.32 -
YUV 131.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 136 116 203 0.33 0.43 0 0.20 253.79 0.46 0.63
Hex 88 74 CB 21 2B 0 14 FE 2E 3F
Octal 210 164 313 41 53 0 24 376 56 77
Binary 10001000 1110100 11001011 100001 101011 0 10100 11111110 101110 111111

Color Harmonies of #8874CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8874CB

Black with #8874CB

Text Example


Text Example

White with #8874CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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