Html Css Color HEX #8F88BC Moody Blue

📋 copy color: '#8F88BC'

red 143 ◦ green 136 ◦ blue 188

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

Shades of Moody Blue #8F88BC

Tints of Moody Blue #8F88BC

RGB

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

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

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

R = 30.62%
G = 29.12%
B = 40.26%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F88BC (or 0x8F88BC) is known color: Moody Blue. HEX triplet: 8F, 88 and BC. RGB value is (143,136,188). Sum of RGB (Red+Green+Blue) = 143+136+188=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F88BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F88BC is #707743. Grayscale: #8F8F8F. Windows color (decimal): -7370564 or 12355727. OLE color: 12355727.

HSL color Cylindrical-coordinate representation of color #8F88BC: hue angle of 248.08º 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 #8F88BC is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 136 188 -
CMYK 0.24 0.28 0 0.26
HSL 248.08º 0.28% 0.64% -
HSV(B) 248.08º 0.28% 0.74% -
XYZ 29.21 27.08 51.26 -
YUV 144.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 143 136 188 0.24 0.28 0 0.26 248.08 0.28 0.64
Hex 8F 88 BC 18 1C 0 1A F8 1C 40
Octal 217 210 274 30 34 0 32 370 34 100
Binary 10001111 10001000 10111100 11000 11100 0 11010 11111000 11100 1000000

Color Harmonies of #8F88BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F88BC

Black with #8F88BC

Text Example


Text Example

White with #8F88BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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