Html Css Color HEX #8F87DF Portage

📋 copy color: '#8F87DF'

red 143 ◦ green 135 ◦ blue 223

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

Shades of Portage #8F87DF

Tints of Portage #8F87DF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.95%

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 28.54%
G = 26.95%
B = 44.51%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F87DF (or 0x8F87DF) is known color: Portage. HEX triplet: 8F, 87 and DF. RGB value is (143,135,223). Sum of RGB (Red+Green+Blue) = 143+135+223=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F87DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F87DF is #707820. Grayscale: #939393. Windows color (decimal): -7370785 or 14649231. OLE color: 14649231.

HSL color Cylindrical-coordinate representation of color #8F87DF: hue angle of 245.45º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F87DF is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 135 223 -
CMYK 0.36 0.39 0 0.13
HSL 245.45º 0.58% 0.7% -
HSV(B) 245.45º 0.39% 0.87% -
XYZ 33.31 28.5 73.56 -
YUV 147.42 170.65 124.84 -
System Red Green Blue C M Y K H S L
Decimal 143 135 223 0.36 0.39 0 0.13 245.45 0.58 0.7
Hex 8F 87 DF 24 27 0 D F5 3A 46
Octal 217 207 337 44 47 0 15 365 72 106
Binary 10001111 10000111 11011111 100100 100111 0 1101 11110101 111010 1000110

Color Harmonies of #8F87DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F87DF

Black with #8F87DF

Text Example


Text Example

White with #8F87DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,135,223); }

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

background-color css

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

 a { background-color: rgb(143,135,223); }

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

border-color css

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

 span { border-color: rgb(143,135,223); }

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