#92A0E6

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

Shades of Portage #92A0E6

Tints of Portage #92A0E6

Color information

#92A0E6 (or 0x92A0E6) is unknown color: approx Portage. HEX triplet: 92, A0 and E6. RGB value is (146,160,230). Sum of RGB (Red+Green+Blue) = 146+160+230=536 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.24% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #92A0E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A0E6 is #6D5F19. Grayscale: #A3A3A3. Windows color (decimal): -7167770 or 15114386. OLE color: 15114386.

HSL color Cylindrical-coordinate representation of color #92A0E6: hue angle of 230º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92A0E6 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB146160230-
CMYK0.370.3000.10
HSL230º62.69%73.73%-
HSV(B)230º36.52%90.2%-
XYZ38.7136.9779.96-
YUV163.79165.36115.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.24%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 230 (90.23% from 255) = 42.91%
R=27.24%
G=29.85%
B=42.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1461602300.370.3000.1023062.6973.73
Hex92A0E6251E0Ae63f4a
Octal222240346453601234677112
Binary1001001010100000111001101001011111001010111001101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,160,230); }

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

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

 a { background-color: rgb(146,160,230); }

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

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

 span { border-color: rgb(146,160,230); }

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