#8F9ACA

Color #8F9ACA Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8F9ACA

Tints of Portage #8F9ACA

Color information

#8F9ACA (or 0x8F9ACA) is unknown color: approx Portage. HEX triplet: 8F, 9A and CA. RGB value is (143,154,202). Sum of RGB (Red+Green+Blue) = 143+154+202=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F9ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ACA is #706535. Grayscale: #9B9B9B. Windows color (decimal): -7365942 or 13277839. OLE color: 13277839.

HSL color Cylindrical-coordinate representation of color #8F9ACA: hue angle of 228.81º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F9ACA is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143154202-
CMYK0.290.2400.21
HSL228.81º35.76%67.65%-
HSV(B)228.81º29.21%79.22%-
XYZ33.5433.2260.52-
YUV156.18153.86118.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.66%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=28.66%
G=30.86%
B=40.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431542020.290.2400.21228.8135.7667.65
Hex8F9ACA1D18015e52444
Octal217232312353002534544104
Binary1000111110011010110010101110111000010101111001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,154,202); }

 H1.HeaderClassName
 {
   color: #8F9ACA;
 }
 .AnyTagClassName
 {
   color: #8F9ACA;
 }
</style>
background-color css

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

 a { background-color: rgb(143,154,202); }

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

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

 span { border-color: rgb(143,154,202); }

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