#92AFF5

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

Shades of Perano #92AFF5

Tints of Perano #92AFF5

Color information

#92AFF5 (or 0x92AFF5) is unknown color: approx Perano. HEX triplet: 92, AF and F5. RGB value is (146,175,245). Sum of RGB (Red+Green+Blue) = 146+175+245=566 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.80% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #92AFF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92AFF5 is #6D500A. Grayscale: #AEAEAE. Windows color (decimal): -7163915 or 16101266. OLE color: 16101266.

HSL color Cylindrical-coordinate representation of color #92AFF5: hue angle of 222.42º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92AFF5 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB146175245-
CMYK0.400.2900.04
HSL222.42º83.19%76.67%-
HSV(B)222.42º40.41%96.08%-
XYZ43.6743.3692.45-
YUV174.31167.89107.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.80%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 245 (96.09% from 255) = 43.29%
R=25.80%
G=30.92%
B=43.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1461752450.400.2900.04222.4283.1976.67
Hex92AFF5281D04de534d
Octal222257365503504336123115
Binary1001001010101111111101011010001110101001101111010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AFF5; }

 p { color: rgb(146,175,245); }

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

<style>
 a { background-color: #92AFF5; }

 a { background-color: rgb(146,175,245); }

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

<style>
 span { border-color: #92AFF5; }

 span { border-color: rgb(146,175,245); }

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