Html Css Color HEX #8F85BA Cold Purple

📋 copy color: '#8F85BA'

red 143 ◦ green 133 ◦ blue 186

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

Shades of Cold Purple #8F85BA

Tints of Cold Purple #8F85BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 30.95%
G = 28.79%
B = 40.26%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F85BA (or 0x8F85BA) is known color: Cold Purple. HEX triplet: 8F, 85 and BA. RGB value is (143,133,186). Sum of RGB (Red+Green+Blue) = 143+133+186=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F85BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85BA is #707A45. Grayscale: #8D8D8D. Windows color (decimal): -7371334 or 12223887. OLE color: 12223887.

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

Color convert

RGB 143 133 186 -
CMYK 0.23 0.28 0 0.27
HSL 251.32º 0.28% 0.63% -
HSV(B) 251.32º 0.28% 0.73% -
XYZ 28.58 26.16 50 -
YUV 142.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 143 133 186 0.23 0.28 0 0.27 251.32 0.28 0.63
Hex 8F 85 BA 17 1C 0 1B FB 1C 3F
Octal 217 205 272 27 34 0 33 373 34 77
Binary 10001111 10000101 10111010 10111 11100 0 11011 11111011 11100 111111

Color Harmonies of #8F85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F85BA

Black with #8F85BA

Text Example


Text Example

White with #8F85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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