#99A4F1

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

Shades of Perano #99A4F1

Tints of Perano #99A4F1

Color information

#99A4F1 (or 0x99A4F1) is unknown color: approx Perano. HEX triplet: 99, A4 and F1. RGB value is (153,164,241). Sum of RGB (Red+Green+Blue) = 153+164+241=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #99A4F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A4F1 is #665B0E. Grayscale: #A9A9A9. Windows color (decimal): -6707983 or 15836313. OLE color: 15836313.

HSL color Cylindrical-coordinate representation of color #99A4F1: hue angle of 232.5º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99A4F1 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153164241-
CMYK0.370.3200.05
HSL232.5º75.86%77.25%-
HSV(B)232.5º36.51%94.51%-
XYZ42.2939.6788.65-
YUV169.49168.36116.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.42%
GREEN value IS 164 (64.45% from 255) = 29.39%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=27.42%
G=29.39%
B=43.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1531642410.370.3200.05232.575.8677.25
Hex99A4F1252005e84c4d
Octal231244361454005350114115
Binary10011001101001001111000110010110000001011110100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,164,241); }

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

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

 a { background-color: rgb(153,164,241); }

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

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

 span { border-color: rgb(153,164,241); }

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