#92B7F9

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

Shades of Perano #92B7F9

Tints of Perano #92B7F9

Color information

#92B7F9 (or 0x92B7F9) is unknown color: approx Perano. HEX triplet: 92, B7 and F9. RGB value is (146,183,249). Sum of RGB (Red+Green+Blue) = 146+183+249=578 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.26% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #92B7F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92B7F9 is #6D4806. Grayscale: #B3B3B3. Windows color (decimal): -7161863 or 16365458. OLE color: 16365458.

HSL color Cylindrical-coordinate representation of color #92B7F9: hue angle of 218.45º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92B7F9 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146183249-
CMYK0.410.2700.02
HSL218.45º89.57%77.45%-
HSV(B)218.45º41.37%97.65%-
XYZ45.8946.8296.24-
YUV179.46167.24104.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.26%
GREEN value IS 183 (71.88% from 255) = 31.66%
BLUE value IS 249 (97.66% from 255) = 43.08%
R=25.26%
G=31.66%
B=43.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461832490.410.2700.02218.4589.5777.45
Hex92B7F9291B02da5a4d
Octal222267371513302332132115
Binary100100101011011111111001101001110110101101101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,183,249); }

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

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

 a { background-color: rgb(146,183,249); }

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

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

 span { border-color: rgb(146,183,249); }

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