#9AB2F7

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

Shades of Perano #9AB2F7

Tints of Perano #9AB2F7

Color information

#9AB2F7 (or 0x9AB2F7) is unknown color: approx Perano. HEX triplet: 9A, B2 and F7. RGB value is (154,178,247). Sum of RGB (Red+Green+Blue) = 154+178+247=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #9AB2F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AB2F7 is #654D08. Grayscale: #B2B2B2. Windows color (decimal): -6638857 or 16233114. OLE color: 16233114.

HSL color Cylindrical-coordinate representation of color #9AB2F7: hue angle of 224.52º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AB2F7 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB154178247-
CMYK0.380.2800.03
HSL224.52º85.32%78.63%-
HSV(B)224.52º37.65%96.86%-
XYZ46.0445.4394.34-
YUV178.69166.55110.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.60%
GREEN value IS 178 (69.92% from 255) = 30.74%
BLUE value IS 247 (96.88% from 255) = 42.66%
R=26.60%
G=30.74%
B=42.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1541782470.380.2800.03224.5285.3278.63
Hex9AB2F7261C03e1554f
Octal232262367463403341125117
Binary100110101011001011110111100110111000111110000110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,178,247); }

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

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

 a { background-color: rgb(154,178,247); }

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

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

 span { border-color: rgb(154,178,247); }

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