Html Css Color HEX #8888BA Moody Blue

📋 copy color: '#8888BA'

red 136 ◦ green 136 ◦ blue 186

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

Shades of Moody Blue #8888BA

Tints of Moody Blue #8888BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.69%

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 29.69%
G = 29.69%
B = 40.61%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8888BA (or 0x8888BA) is known color: Moody Blue. HEX triplet: 88, 88 and BA. RGB value is (136,136,186). Sum of RGB (Red+Green+Blue) = 136+136+186=458 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.69% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #8888BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8888BA is #777745. Grayscale: #8D8D8D. Windows color (decimal): -7829318 or 12224648. OLE color: 12224648.

HSL color Cylindrical-coordinate representation of color #8888BA: hue angle of 240º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8888BA is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 136 186 -
CMYK 0.27 0.27 0 0.27
HSL 240º 0.27% 0.63% -
HSV(B) 240º 0.27% 0.73% -
XYZ 27.82 26.39 50.08 -
YUV 141.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 136 136 186 0.27 0.27 0 0.27 240 0.27 0.63
Hex 88 88 BA 1B 1B 0 1B F0 1B 3F
Octal 210 210 272 33 33 0 33 360 33 77
Binary 10001000 10001000 10111010 11011 11011 0 11011 11110000 11011 111111

Color Harmonies of #8888BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8888BA

Black with #8888BA

Text Example


Text Example

White with #8888BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8888BA; }

 p { color: rgb(136,136,186); }

 H1.HeaderClassName
 {
   color: #8888BA;
 }
 .AnyTagClassName
 {
   color: #8888BA;
 }
</style>

background-color css

<style>
 a { background-color: #8888BA; }

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

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

border-color css

<style>
 span { border-color: #8888BA; }

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

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