Html Css Color HEX #8888BE Moody Blue

📋 copy color: '#8888BE'

red 136 ◦ green 136 ◦ blue 190

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

Shades of Moody Blue #8888BE

Tints of Moody Blue #8888BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 29.44%
G = 29.44%
B = 41.13%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8888BE (or 0x8888BE) is known color: Moody Blue. HEX triplet: 88, 88 and BE. RGB value is (136,136,190). Sum of RGB (Red+Green+Blue) = 136+136+190=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #8888BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8888BE is #777741. Grayscale: #8D8D8D. Windows color (decimal): -7829314 or 12486792. OLE color: 12486792.

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

Color convert

RGB 136 136 190 -
CMYK 0.28 0.28 0 0.25
HSL 240º 0.29% 0.64% -
HSV(B) 240º 0.28% 0.75% -
XYZ 28.25 26.56 52.35 -
YUV 142.16 155 123.61 -
System Red Green Blue C M Y K H S L
Decimal 136 136 190 0.28 0.28 0 0.25 240 0.29 0.64
Hex 88 88 BE 1C 1C 0 19 F0 1D 40
Octal 210 210 276 34 34 0 31 360 35 100
Binary 10001000 10001000 10111110 11100 11100 0 11001 11110000 11101 1000000

Color Harmonies of #8888BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8888BE

Black with #8888BE

Text Example


Text Example

White with #8888BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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