#92A9F1

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

Shades of Portage #92A9F1

Tints of Portage #92A9F1

Color information

#92A9F1 (or 0x92A9F1) is unknown color: approx Portage. HEX triplet: 92, A9 and F1. RGB value is (146,169,241). Sum of RGB (Red+Green+Blue) = 146+169+241=556 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.26% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #92A9F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A9F1 is #6D560E. Grayscale: #AAAAAA. Windows color (decimal): -7165455 or 15837586. OLE color: 15837586.

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

Color convert

RGB146169241-
CMYK0.390.3000.05
HSL225.47º77.24%75.88%-
HSV(B)225.47º39.42%94.51%-
XYZ41.9240.8488.89-
YUV170.33167.88110.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.26%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=26.26%
G=30.40%
B=43.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461692410.390.3000.05225.4777.2475.88
Hex92A9F1271E05e14d4c
Octal222251361473605341115114
Binary1001001010101001111100011001111111001011110000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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