#92A0D5

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

Shades of Portage #92A0D5

Tints of Portage #92A0D5

Color information

#92A0D5 (or 0x92A0D5) is unknown color: approx Portage. HEX triplet: 92, A0 and D5. RGB value is (146,160,213). Sum of RGB (Red+Green+Blue) = 146+160+213=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #92A0D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A0D5 is #6D5F2A. Grayscale: #A1A1A1. Windows color (decimal): -7167787 or 14000274. OLE color: 14000274.

HSL color Cylindrical-coordinate representation of color #92A0D5: hue angle of 227.46º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92A0D5 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146160213-
CMYK0.310.2500.16
HSL227.46º44.37%70.39%-
HSV(B)227.46º31.46%83.53%-
XYZ36.4436.0667.99-
YUV161.86156.86116.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.13%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 213 (83.59% from 255) = 41.04%
R=28.13%
G=30.83%
B=41.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461602130.310.2500.16227.4644.3770.39
Hex92A0D51F19010e32c46
Octal222240325373102034354106
Binary1001001010100000110101011111111001010000111000111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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