#99A7FA

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

Shades of Perano #99A7FA

Tints of Perano #99A7FA

Color information

#99A7FA (or 0x99A7FA) is unknown color: approx Perano. HEX triplet: 99, A7 and FA. RGB value is (153,167,250). Sum of RGB (Red+Green+Blue) = 153+167+250=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 167 (65.62% from 255 or 29.30% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #99A7FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A7FA is #665805. Grayscale: #ABABAB. Windows color (decimal): -6707206 or 16426905. OLE color: 16426905.

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

Color convert

RGB153167250-
CMYK0.390.3300.02
HSL231.34º90.65%79.02%-
HSV(B)231.34º38.8%98.04%-
XYZ44.2141.3196.09-
YUV172.28171.86114.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.84%
GREEN value IS 167 (65.62% from 255) = 29.30%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=26.84%
G=29.30%
B=43.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531672500.390.3300.02231.3490.6579.02
Hex99A7FA272102e75b4f
Octal231247372474102347133117
Binary1001100110100111111110101001111000010101110011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A7FA; }

 p { color: rgb(153,167,250); }

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

<style>
 a { background-color: #99A7FA; }

 a { background-color: rgb(153,167,250); }

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

<style>
 span { border-color: #99A7FA; }

 span { border-color: rgb(153,167,250); }

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