Html Css Color HEX #8F85BB Cold Purple

📋 copy color: '#8F85BB'

red 143 ◦ green 133 ◦ blue 187

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

Shades of Cold Purple #8F85BB

Tints of Cold Purple #8F85BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 30.89%
G = 28.73%
B = 40.39%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F85BB (or 0x8F85BB) is known color: Cold Purple. HEX triplet: 8F, 85 and BB. RGB value is (143,133,187). Sum of RGB (Red+Green+Blue) = 143+133+187=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F85BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85BB is #707A44. Grayscale: #8D8D8D. Windows color (decimal): -7371333 or 12289423. OLE color: 12289423.

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

Color convert

RGB 143 133 187 -
CMYK 0.24 0.29 0 0.27
HSL 251.11º 0.28% 0.63% -
HSV(B) 251.11º 0.29% 0.73% -
XYZ 28.68 26.2 50.56 -
YUV 142.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 143 133 187 0.24 0.29 0 0.27 251.11 0.28 0.63
Hex 8F 85 BB 18 1D 0 1B FB 1C 3F
Octal 217 205 273 30 35 0 33 373 34 77
Binary 10001111 10000101 10111011 11000 11101 0 11011 11111011 11100 111111

Color Harmonies of #8F85BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F85BB

Black with #8F85BB

Text Example


Text Example

White with #8F85BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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