#9AB1FA

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

Shades of Perano #9AB1FA

Tints of Perano #9AB1FA

Color information

#9AB1FA (or 0x9AB1FA) is unknown color: approx Perano. HEX triplet: 9A, B1 and FA. RGB value is (154,177,250). Sum of RGB (Red+Green+Blue) = 154+177+250=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AB1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AB1FA is #654E05. Grayscale: #B2B2B2. Windows color (decimal): -6639110 or 16429466. OLE color: 16429466.

HSL color Cylindrical-coordinate representation of color #9AB1FA: hue angle of 225.62º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AB1FA is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154177250-
CMYK0.380.2900.02
HSL225.62º90.57%79.22%-
HSV(B)225.62º38.4%98.04%-
XYZ46.345.2296.73-
YUV178.44168.38110.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.51%
GREEN value IS 177 (69.53% from 255) = 30.46%
BLUE value IS 250 (98.05% from 255) = 43.03%
R=26.51%
G=30.46%
B=43.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541772500.380.2900.02225.6290.5779.22
Hex9AB1FA261D02e25b4f
Octal232261372463502342133117
Binary100110101011000111111010100110111010101110001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AB1FA; }

 p { color: rgb(154,177,250); }

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

<style>
 a { background-color: #9AB1FA; }

 a { background-color: rgb(154,177,250); }

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

<style>
 span { border-color: #9AB1FA; }

 span { border-color: rgb(154,177,250); }

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