#8FA4DD

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

Shades of Portage #8FA4DD

Tints of Portage #8FA4DD

Color information

#8FA4DD (or 0x8FA4DD) is unknown color: approx Portage. HEX triplet: 8F, A4 and DD. RGB value is (143,164,221). Sum of RGB (Red+Green+Blue) = 143+164+221=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FA4DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA4DD is #705B22. Grayscale: #A3A3A3. Windows color (decimal): -7363363 or 14525583. OLE color: 14525583.

HSL color Cylindrical-coordinate representation of color #8FA4DD: hue angle of 223.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FA4DD is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB143164221-
CMYK0.350.2600.13
HSL223.85º53.42%71.37%-
HSV(B)223.85º35.29%86.67%-
XYZ37.6537.6173.68-
YUV164.22160.04112.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.08%
GREEN value IS 164 (64.45% from 255) = 31.06%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=27.08%
G=31.06%
B=41.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1431642210.350.2600.13223.8553.4271.37
Hex8FA4DD231A0De03547
Octal217244335433201534065107
Binary1000111110100100110111011000111101001101111000001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,164,221); }

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

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

 a { background-color: rgb(143,164,221); }

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

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

 span { border-color: rgb(143,164,221); }

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