#8f94d0

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

Shades of Portage #8F94D0

Tints of Portage #8F94D0

Color information

#8F94D0 (or 0x8F94D0) is unknown color: approx Portage. HEX triplet: 8F, 94 and D0. RGB value is (143,148,208). Sum of RGB (Red+Green+Blue) = 143+148+208=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #8F94D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F94D0 is #706B2F. Grayscale: #999999. Windows color (decimal): -7367472 or 13669519. OLE color: 13669519.

HSL color Cylindrical-coordinate representation of color #8F94D0: hue angle of 235.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F94D0 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB143148208-
CMYK0.310.2900.18
HSL235.38º40.88%68.82%-
HSV(B)235.38º31.25%81.57%-
XYZ33.331.5764.01-
YUV153.34158.84120.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.66%
GREEN value IS 148 (58.20% from 255) = 29.66%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=28.66%
G=29.66%
B=41.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1431482080.310.2900.18235.3840.8868.82
Hex8F94D01F1D012eb2945
Octal217224320373502235351105
Binary1000111110010100110100001111111101010010111010111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f94d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,148,208); }

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

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

 a { background-color: rgb(143,148,208); }

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

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

 span { border-color: rgb(143,148,208); }

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