#92ABF1

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

Shades of Perano #92ABF1

Tints of Perano #92ABF1

Color information

#92ABF1 (or 0x92ABF1) is unknown color: approx Perano. HEX triplet: 92, AB and F1. RGB value is (146,171,241). Sum of RGB (Red+Green+Blue) = 146+171+241=558 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.16% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #92ABF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ABF1 is #6D540E. Grayscale: #ABABAB. Windows color (decimal): -7164943 or 15838098. OLE color: 15838098.

HSL color Cylindrical-coordinate representation of color #92ABF1: hue angle of 224.21º degrees, saturation: 0.77, 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 #92ABF1 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146171241-
CMYK0.390.2900.05
HSL224.21º77.24%75.88%-
HSV(B)224.21º39.42%94.51%-
XYZ42.2941.5989.02-
YUV171.5167.22109.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.16%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=26.16%
G=30.65%
B=43.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461712410.390.2900.05224.2177.2475.88
Hex92ABF1271D05e04d4c
Octal222253361473505340115114
Binary1001001010101011111100011001111110101011110000010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,171,241); }

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

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

 a { background-color: rgb(146,171,241); }

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

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

 span { border-color: rgb(146,171,241); }

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