Html Css Color HEX #8988BF Moody Blue

📋 copy color: '#8988BF'

red 137 ◦ green 136 ◦ blue 191

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

Shades of Moody Blue #8988BF

Tints of Moody Blue #8988BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.16%

R = 29.53%
G = 29.31%
B = 41.16%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8988BF (or 0x8988BF) is known color: Moody Blue. HEX triplet: 89, 88 and BF. RGB value is (137,136,191). Sum of RGB (Red+Green+Blue) = 137+136+191=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #8988BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8988BF is #767740. Grayscale: #8E8E8E. Windows color (decimal): -7763777 or 12552329. OLE color: 12552329.

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

Color convert

RGB 137 136 191 -
CMYK 0.28 0.29 0 0.25
HSL 241.09º 0.3% 0.64% -
HSV(B) 241.09º 0.29% 0.75% -
XYZ 28.52 26.69 52.94 -
YUV 142.57 155.33 124.03 -
System Red Green Blue C M Y K H S L
Decimal 137 136 191 0.28 0.29 0 0.25 241.09 0.3 0.64
Hex 89 88 BF 1C 1D 0 19 F1 1E 40
Octal 211 210 277 34 35 0 31 361 36 100
Binary 10001001 10001000 10111111 11100 11101 0 11001 11110001 11110 1000000

Color Harmonies of #8988BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8988BF

Black with #8988BF

Text Example


Text Example

White with #8988BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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