#92A9F0

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

Shades of Portage #92A9F0

Tints of Portage #92A9F0

Color information

#92A9F0 (or 0x92A9F0) is unknown color: approx Portage. HEX triplet: 92, A9 and F0. RGB value is (146,169,240). Sum of RGB (Red+Green+Blue) = 146+169+240=555 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.31% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #92A9F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A9F0 is #6D560F. Grayscale: #A9A9A9. Windows color (decimal): -7165456 or 15772050. OLE color: 15772050.

HSL color Cylindrical-coordinate representation of color #92A9F0: hue angle of 225.32º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92A9F0 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB146169240-
CMYK0.390.3000.06
HSL225.32º75.81%75.69%-
HSV(B)225.32º39.17%94.12%-
XYZ41.7740.7888.11-
YUV170.22167.38110.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.31%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 240 (94.14% from 255) = 43.24%
R=26.31%
G=30.45%
B=43.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1461692400.390.3000.06225.3275.8175.69
Hex92A9F0271E06e14c4c
Octal222251360473606341114114
Binary1001001010101001111100001001111111001101110000110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,169,240); }

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

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

 a { background-color: rgb(146,169,240); }

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

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

 span { border-color: rgb(146,169,240); }

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