#8F9ACC

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

Shades of Portage #8F9ACC

Tints of Portage #8F9ACC

Color information

#8F9ACC (or 0x8F9ACC) is unknown color: approx Portage. HEX triplet: 8F, 9A and CC. RGB value is (143,154,204). Sum of RGB (Red+Green+Blue) = 143+154+204=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F9ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ACC is #706533. Grayscale: #9C9C9C. Windows color (decimal): -7365940 or 13408911. OLE color: 13408911.

HSL color Cylindrical-coordinate representation of color #8F9ACC: hue angle of 229.18º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F9ACC is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB143154204-
CMYK0.300.2500.2
HSL229.18º37.42%68.04%-
HSV(B)229.18º29.9%80%-
XYZ33.7833.3161.78-
YUV156.41154.86118.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.54%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=28.54%
G=30.74%
B=40.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431542040.300.2500.2229.1837.4268.04
Hex8F9ACC1E19014e52544
Octal217232314363102434545104
Binary1000111110011010110011001111011001010100111001011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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