Html Css Color HEX #8889CC Moody Blue

📋 copy color: '#8889CC'

red 136 ◦ green 137 ◦ blue 204

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

Shades of Moody Blue #8889CC

Tints of Moody Blue #8889CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.72%

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

R = 28.51%
G = 28.72%
B = 42.77%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8889CC (or 0x8889CC) is known color: Moody Blue. HEX triplet: 88, 89 and CC. RGB value is (136,137,204). Sum of RGB (Red+Green+Blue) = 136+137+204=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #8889CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8889CC is #777633. Grayscale: #909090. Windows color (decimal): -7829044 or 13404552. OLE color: 13404552.

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

Color convert

RGB 136 137 204 -
CMYK 0.33 0.33 0 0.2
HSL 239.12º 0.4% 0.67% -
HSV(B) 239.12º 0.33% 0.8% -
XYZ 30 27.49 60.85 -
YUV 144.34 161.67 122.05 -
System Red Green Blue C M Y K H S L
Decimal 136 137 204 0.33 0.33 0 0.2 239.12 0.4 0.67
Hex 88 89 CC 21 21 0 14 EF 28 43
Octal 210 211 314 41 41 0 24 357 50 103
Binary 10001000 10001001 11001100 100001 100001 0 10100 11101111 101000 1000011

Color Harmonies of #8889CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8889CC

Black with #8889CC

Text Example


Text Example

White with #8889CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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