Html Css Color HEX #8F88BA Cold Purple

📋 copy color: '#8F88BA'

red 143 ◦ green 136 ◦ blue 186

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

Shades of Cold Purple #8F88BA

Tints of Cold Purple #8F88BA

RGB

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

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

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

R = 30.75%
G = 29.25%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F88BA (or 0x8F88BA) is known color: Cold Purple. HEX triplet: 8F, 88 and BA. RGB value is (143,136,186). Sum of RGB (Red+Green+Blue) = 143+136+186=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F88BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F88BA is #707745. Grayscale: #8F8F8F. Windows color (decimal): -7370566 or 12224655. OLE color: 12224655.

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

Color convert

RGB 143 136 186 -
CMYK 0.23 0.27 0 0.27
HSL 248.4º 0.27% 0.63% -
HSV(B) 248.4º 0.27% 0.73% -
XYZ 28.99 26.99 50.14 -
YUV 143.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 143 136 186 0.23 0.27 0 0.27 248.4 0.27 0.63
Hex 8F 88 BA 17 1B 0 1B F8 1B 3F
Octal 217 210 272 27 33 0 33 370 33 77
Binary 10001111 10001000 10111010 10111 11011 0 11011 11111000 11011 111111

Color Harmonies of #8F88BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F88BA

Black with #8F88BA

Text Example


Text Example

White with #8F88BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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