Html Css Color HEX #8988BC Moody Blue

📋 copy color: '#8988BC'

red 137 ◦ green 136 ◦ blue 188

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

Shades of Moody Blue #8988BC

Tints of Moody Blue #8988BC

RGB

 RED value IS 137 (53.91% from 255) = 29.72%

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

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 29.72%
G = 29.5%
B = 40.78%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8988BC (or 0x8988BC) is known color: Moody Blue. HEX triplet: 89, 88 and BC. RGB value is (137,136,188). Sum of RGB (Red+Green+Blue) = 137+136+188=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #8988BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8988BC is #767743. Grayscale: #8E8E8E. Windows color (decimal): -7763780 or 12355721. OLE color: 12355721.

HSL color Cylindrical-coordinate representation of color #8988BC: hue angle of 241.15º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8988BC is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 136 188 -
CMYK 0.27 0.28 0 0.26
HSL 241.15º 0.28% 0.64% -
HSV(B) 241.15º 0.28% 0.74% -
XYZ 28.2 26.56 51.22 -
YUV 142.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 137 136 188 0.27 0.28 0 0.26 241.15 0.28 0.64
Hex 89 88 BC 1B 1C 0 1A F1 1C 40
Octal 211 210 274 33 34 0 32 361 34 100
Binary 10001001 10001000 10111100 11011 11100 0 11010 11110001 11100 1000000

Color Harmonies of #8988BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8988BC

Black with #8988BC

Text Example


Text Example

White with #8988BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8988BC; }

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

 H1.HeaderClassName
 {
   color: #8988BC;
 }
 .AnyTagClassName
 {
   color: #8988BC;
 }
</style>

background-color css

<style>
 a { background-color: #8988BC; }

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

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

border-color css

<style>
 span { border-color: #8988BC; }

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

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