Html Css Color HEX #8F88CB Moody Blue

📋 copy color: '#8F88CB'

red 143 ◦ green 136 ◦ blue 203

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

Shades of Moody Blue #8F88CB

Tints of Moody Blue #8F88CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 29.67%
G = 28.22%
B = 42.12%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F88CB (or 0x8F88CB) is known color: Moody Blue. HEX triplet: 8F, 88 and CB. RGB value is (143,136,203). Sum of RGB (Red+Green+Blue) = 143+136+203=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F88CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F88CB is #707734. Grayscale: #919191. Windows color (decimal): -7370549 or 13338767. OLE color: 13338767.

HSL color Cylindrical-coordinate representation of color #8F88CB: hue angle of 246.27º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F88CB is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 136 203 -
CMYK 0.30 0.33 0 0.20
HSL 246.27º 0.39% 0.66% -
HSV(B) 246.27º 0.33% 0.8% -
XYZ 30.91 27.76 60.23 -
YUV 145.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 143 136 203 0.30 0.33 0 0.20 246.27 0.39 0.66
Hex 8F 88 CB 1E 21 0 14 F6 27 42
Octal 217 210 313 36 41 0 24 366 47 102
Binary 10001111 10001000 11001011 11110 100001 0 10100 11110110 100111 1000010

Color Harmonies of #8F88CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F88CB

Black with #8F88CB

Text Example


Text Example

White with #8F88CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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