#8FA9FA

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

Shades of Perano #8FA9FA

Tints of Perano #8FA9FA

Color information

#8FA9FA (or 0x8FA9FA) is unknown color: approx Perano. HEX triplet: 8F, A9 and FA. RGB value is (143,169,250). Sum of RGB (Red+Green+Blue) = 143+169+250=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FA9FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA9FA is #705605. Grayscale: #AAAAAA. Windows color (decimal): -7362054 or 16427407. OLE color: 16427407.

HSL color Cylindrical-coordinate representation of color #8FA9FA: hue angle of 225.42º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FA9FA is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143169250-
CMYK0.430.3200.02
HSL225.42º91.45%77.06%-
HSV(B)225.42º42.8%98.04%-
XYZ42.7741.1296.12-
YUV170.46172.89108.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.44%
GREEN value IS 169 (66.41% from 255) = 30.07%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=25.44%
G=30.07%
B=44.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431692500.430.3200.02225.4291.4577.06
Hex8FA9FA2B2002e15b4d
Octal217251372534002341133115
Binary1000111110101001111110101010111000000101110000110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,169,250); }

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

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

 a { background-color: rgb(143,169,250); }

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

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

 span { border-color: rgb(143,169,250); }

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