#94A9EE

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

Shades of Perano #94A9EE

Tints of Perano #94A9EE

Color information

#94A9EE (or 0x94A9EE) is unknown color: approx Perano. HEX triplet: 94, A9 and EE. RGB value is (148,169,238). Sum of RGB (Red+Green+Blue) = 148+169+238=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #94A9EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A9EE is #6B5611. Grayscale: #AAAAAA. Windows color (decimal): -7034386 or 15640980. OLE color: 15640980.

HSL color Cylindrical-coordinate representation of color #94A9EE: hue angle of 226º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94A9EE is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148169238-
CMYK0.380.2900.07
HSL226º72.58%75.69%-
HSV(B)226º37.82%93.33%-
XYZ41.8340.8486.57-
YUV170.59166.04111.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.67%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=26.67%
G=30.45%
B=42.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481692380.380.2900.0722672.5875.69
Hex94A9EE261D07e2494c
Octal224251356463507342111114
Binary1001010010101001111011101001101110101111110001010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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