Html Css Color HEX #8F89BB Moody Blue

📋 copy color: '#8F89BB'

red 143 ◦ green 137 ◦ blue 187

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

Shades of Moody Blue #8F89BB

Tints of Moody Blue #8F89BB

RGB

 RED value IS 143 (56.25% from 255) = 30.62%

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

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 30.62%
G = 29.34%
B = 40.04%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F89BB (or 0x8F89BB) is known color: Moody Blue. HEX triplet: 8F, 89 and BB. RGB value is (143,137,187). Sum of RGB (Red+Green+Blue) = 143+137+187=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F89BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F89BB is #707644. Grayscale: #909090. Windows color (decimal): -7370309 or 12290447. OLE color: 12290447.

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

Color convert

RGB 143 137 187 -
CMYK 0.24 0.27 0 0.27
HSL 247.2º 0.27% 0.64% -
HSV(B) 247.2º 0.27% 0.73% -
XYZ 29.24 27.32 50.75 -
YUV 144.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 143 137 187 0.24 0.27 0 0.27 247.2 0.27 0.64
Hex 8F 89 BB 18 1B 0 1B F7 1B 40
Octal 217 211 273 30 33 0 33 367 33 100
Binary 10001111 10001001 10111011 11000 11011 0 11011 11110111 11011 1000000

Color Harmonies of #8F89BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F89BB

Black with #8F89BB

Text Example


Text Example

White with #8F89BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F89BB; }

 p { color: rgb(143,137,187); }

 H1.HeaderClassName
 {
   color: #8F89BB;
 }
 .AnyTagClassName
 {
   color: #8F89BB;
 }
</style>

background-color css

<style>
 a { background-color: #8F89BB; }

 a { background-color: rgb(143,137,187); }

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

border-color css

<style>
 span { border-color: #8F89BB; }

 span { border-color: rgb(143,137,187); }

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