#99A4FC

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

Shades of Perano #99A4FC

Tints of Perano #99A4FC

Color information

#99A4FC (or 0x99A4FC) is unknown color: approx Perano. HEX triplet: 99, A4 and FC. RGB value is (153,164,252). Sum of RGB (Red+Green+Blue) = 153+164+252=569 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.89% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #99A4FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A4FC is #665B03. Grayscale: #AAAAAA. Windows color (decimal): -6707972 or 16557209. OLE color: 16557209.

HSL color Cylindrical-coordinate representation of color #99A4FC: hue angle of 233.33º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99A4FC is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153164252-
CMYK0.390.3500.01
HSL233.33º94.29%79.41%-
HSV(B)233.33º39.29%98.82%-
XYZ43.9840.3597.57-
YUV170.74173.86115.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.89%
GREEN value IS 164 (64.45% from 255) = 28.82%
BLUE value IS 252 (98.83% from 255) = 44.29%
R=26.89%
G=28.82%
B=44.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531642520.390.3500.01233.3394.2979.41
Hex99A4FC272301e95e4f
Octal231244374474301351136117
Binary100110011010010011111100100111100011011110100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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