Html Css Color HEX #8F85CB Moody Blue

📋 copy color: '#8F85CB'

red 143 ◦ green 133 ◦ blue 203

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

Shades of Moody Blue #8F85CB

Tints of Moody Blue #8F85CB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.77%

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

R = 29.85%
G = 27.77%
B = 42.38%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F85CB (or 0x8F85CB) is known color: Moody Blue. HEX triplet: 8F, 85 and CB. RGB value is (143,133,203). Sum of RGB (Red+Green+Blue) = 143+133+203=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F85CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85CB is #707A34. Grayscale: #8F8F8F. Windows color (decimal): -7371317 or 13337999. OLE color: 13337999.

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

Color convert

RGB 143 133 203 -
CMYK 0.30 0.34 0 0.20
HSL 248.57º 0.4% 0.66% -
HSV(B) 248.57º 0.34% 0.8% -
XYZ 30.49 26.93 60.09 -
YUV 143.97 161.31 127.31 -
System Red Green Blue C M Y K H S L
Decimal 143 133 203 0.30 0.34 0 0.20 248.57 0.4 0.66
Hex 8F 85 CB 1E 22 0 14 F9 28 42
Octal 217 205 313 36 42 0 24 371 50 102
Binary 10001111 10000101 11001011 11110 100010 0 10100 11111001 101000 1000010

Color Harmonies of #8F85CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F85CB

Black with #8F85CB

Text Example


Text Example

White with #8F85CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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