#94A9F2

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

Shades of Perano #94A9F2

Tints of Perano #94A9F2

Color information

#94A9F2 (or 0x94A9F2) is unknown color: approx Perano. HEX triplet: 94, A9 and F2. RGB value is (148,169,242). Sum of RGB (Red+Green+Blue) = 148+169+242=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #94A9F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A9F2 is #6B560D. Grayscale: #AAAAAA. Windows color (decimal): -7034382 or 15903124. OLE color: 15903124.

HSL color Cylindrical-coordinate representation of color #94A9F2: hue angle of 226.6º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94A9F2 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148169242-
CMYK0.390.3000.05
HSL226.6º78.33%76.47%-
HSV(B)226.6º38.84%94.9%-
XYZ42.4341.0889.7-
YUV171.04168.04111.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.48%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 242 (94.92% from 255) = 43.29%
R=26.48%
G=30.23%
B=43.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1481692420.390.3000.05226.678.3376.47
Hex94A9F2271E05e34e4c
Octal224251362473605343116114
Binary1001010010101001111100101001111111001011110001110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A9F2; }

 p { color: rgb(148,169,242); }

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

<style>
 a { background-color: #94A9F2; }

 a { background-color: rgb(148,169,242); }

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

<style>
 span { border-color: #94A9F2; }

 span { border-color: rgb(148,169,242); }

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