#94AFF7

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

Shades of Perano #94AFF7

Tints of Perano #94AFF7

Color information

#94AFF7 (or 0x94AFF7) is unknown color: approx Perano. HEX triplet: 94, AF and F7. RGB value is (148,175,247). Sum of RGB (Red+Green+Blue) = 148+175+247=570 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.96% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #94AFF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AFF7 is #6B5008. Grayscale: #AEAEAE. Windows color (decimal): -7032841 or 16232340. OLE color: 16232340.

HSL color Cylindrical-coordinate representation of color #94AFF7: hue angle of 223.64º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94AFF7 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB148175247-
CMYK0.400.2900.03
HSL223.64º86.09%77.45%-
HSV(B)223.64º40.08%96.86%-
XYZ44.3343.6794.09-
YUV175.14168.55108.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.96%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 247 (96.88% from 255) = 43.33%
R=25.96%
G=30.70%
B=43.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1481752470.400.2900.03223.6486.0977.45
Hex94AFF7281D03e0564d
Octal224257367503503340126115
Binary100101001010111111110111101000111010111110000010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,175,247); }

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

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

 a { background-color: rgb(148,175,247); }

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

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

 span { border-color: rgb(148,175,247); }

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