#8FA1ED

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

Shades of Portage #8FA1ED

Tints of Portage #8FA1ED

Color information

#8FA1ED (or 0x8FA1ED) is unknown color: approx Portage. HEX triplet: 8F, A1 and ED. RGB value is (143,161,237). Sum of RGB (Red+Green+Blue) = 143+161+237=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FA1ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA1ED is #705E12. Grayscale: #A3A3A3. Windows color (decimal): -7364115 or 15573391. OLE color: 15573391.

HSL color Cylindrical-coordinate representation of color #8FA1ED: hue angle of 228.51º 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 #8FA1ED is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143161237-
CMYK0.400.3200.07
HSL228.51º72.31%74.51%-
HSV(B)228.51º39.66%92.94%-
XYZ39.3637.4485.27-
YUV164.28169.04112.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.43%
GREEN value IS 161 (63.28% from 255) = 29.76%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=26.43%
G=29.76%
B=43.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431612370.400.3200.07228.5172.3174.51
Hex8FA1ED282007e5484b
Octal217241355504007345110113
Binary10001111101000011110110110100010000001111110010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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