Html Css Color HEX #8885CB Moody Blue

📋 copy color: '#8885CB'

red 136 ◦ green 133 ◦ blue 203

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

Shades of Moody Blue #8885CB

Tints of Moody Blue #8885CB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.18%

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

R = 28.81%
G = 28.18%
B = 43.01%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8885CB (or 0x8885CB) is known color: Moody Blue. HEX triplet: 88, 85 and CB. RGB value is (136,133,203). Sum of RGB (Red+Green+Blue) = 136+133+203=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #8885CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8885CB is #777A34. Grayscale: #8D8D8D. Windows color (decimal): -7830069 or 13337992. OLE color: 13337992.

HSL color Cylindrical-coordinate representation of color #8885CB: hue angle of 242.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8885CB is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 133 203 -
CMYK 0.33 0.34 0 0.20
HSL 242.57º 0.4% 0.66% -
HSV(B) 242.57º 0.34% 0.8% -
XYZ 29.32 26.32 60.04 -
YUV 141.88 162.49 123.81 -
System Red Green Blue C M Y K H S L
Decimal 136 133 203 0.33 0.34 0 0.20 242.57 0.4 0.66
Hex 88 85 CB 21 22 0 14 F3 28 42
Octal 210 205 313 41 42 0 24 363 50 102
Binary 10001000 10000101 11001011 100001 100010 0 10100 11110011 101000 1000010

Color Harmonies of #8885CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8885CB

Black with #8885CB

Text Example


Text Example

White with #8885CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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