#8f9bc9

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

Shades of Portage #8F9BC9

Tints of Portage #8F9BC9

Color information

#8F9BC9 (or 0x8F9BC9) is unknown color: approx Portage. HEX triplet: 8F, 9B and C9. RGB value is (143,155,201). Sum of RGB (Red+Green+Blue) = 143+155+201=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 201 - color contains mainly: blue. Hex color #8F9BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9BC9 is #706436. Grayscale: #9C9C9C. Windows color (decimal): -7365687 or 13212559. OLE color: 13212559.

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

Color convert

RGB143155201-
CMYK0.290.2300.21
HSL227.59º34.94%67.45%-
HSV(B)227.59º28.86%78.82%-
XYZ33.5933.559.95-
YUV156.66153.02118.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.66%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 201 (78.91% from 255) = 40.28%
R=28.66%
G=31.06%
B=40.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431552010.290.2300.21227.5934.9467.45
Hex8F9BC91D17015e42343
Octal217233311352702534443103
Binary1000111110011011110010011110110111010101111001001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f9bc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,155,201); }

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

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

 a { background-color: rgb(143,155,201); }

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

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

 span { border-color: rgb(143,155,201); }

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