#8FA5ED

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

Shades of Portage #8FA5ED

Tints of Portage #8FA5ED

Color information

#8FA5ED (or 0x8FA5ED) is unknown color: approx Portage. HEX triplet: 8F, A5 and ED. RGB value is (143,165,237). Sum of RGB (Red+Green+Blue) = 143+165+237=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FA5ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA5ED is #705A12. Grayscale: #A6A6A6. Windows color (decimal): -7363091 or 15574415. OLE color: 15574415.

HSL color Cylindrical-coordinate representation of color #8FA5ED: hue angle of 225.96º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FA5ED is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143165237-
CMYK0.400.3000.07
HSL225.96º72.31%74.51%-
HSV(B)225.96º39.66%92.94%-
XYZ40.0738.8685.51-
YUV166.63167.71111.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.24%
GREEN value IS 165 (64.84% from 255) = 30.28%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=26.24%
G=30.28%
B=43.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431652370.400.3000.07225.9672.3174.51
Hex8FA5ED281E07e2484b
Octal217245355503607342110113
Binary1000111110100101111011011010001111001111110001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,165,237); }

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

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

 a { background-color: rgb(143,165,237); }

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

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

 span { border-color: rgb(143,165,237); }

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