Html Css Color HEX #8F85BC Moody Blue

📋 copy color: '#8F85BC'

red 143 ◦ green 133 ◦ blue 188

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

Shades of Moody Blue #8F85BC

Tints of Moody Blue #8F85BC

RGB

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

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

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

R = 30.82%
G = 28.66%
B = 40.52%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F85BC (or 0x8F85BC) is known color: Moody Blue. HEX triplet: 8F, 85 and BC. RGB value is (143,133,188). Sum of RGB (Red+Green+Blue) = 143+133+188=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F85BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85BC is #707A43. Grayscale: #8E8E8E. Windows color (decimal): -7371332 or 12354959. OLE color: 12354959.

HSL color Cylindrical-coordinate representation of color #8F85BC: hue angle of 250.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F85BC is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 133 188 -
CMYK 0.24 0.29 0 0.26
HSL 250.91º 0.29% 0.63% -
HSV(B) 250.91º 0.29% 0.74% -
XYZ 28.79 26.25 51.13 -
YUV 142.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 143 133 188 0.24 0.29 0 0.26 250.91 0.29 0.63
Hex 8F 85 BC 18 1D 0 1A FB 1D 3F
Octal 217 205 274 30 35 0 32 373 35 77
Binary 10001111 10000101 10111100 11000 11101 0 11010 11111011 11101 111111

Color Harmonies of #8F85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F85BC

Black with #8F85BC

Text Example


Text Example

White with #8F85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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