#92A0D7

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

Shades of Portage #92A0D7

Tints of Portage #92A0D7

Color information

#92A0D7 (or 0x92A0D7) is unknown color: approx Portage. HEX triplet: 92, A0 and D7. RGB value is (146,160,215). Sum of RGB (Red+Green+Blue) = 146+160+215=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #92A0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A0D7 is #6D5F28. Grayscale: #A1A1A1. Windows color (decimal): -7167785 or 14131346. OLE color: 14131346.

HSL color Cylindrical-coordinate representation of color #92A0D7: hue angle of 227.83º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92A0D7 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146160215-
CMYK0.320.2600.16
HSL227.83º46.31%70.78%-
HSV(B)227.83º32.09%84.31%-
XYZ36.6936.1669.34-
YUV162.08157.86116.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.02%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=28.02%
G=30.71%
B=41.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461602150.320.2600.16227.8346.3170.78
Hex92A0D7201A010e42e47
Octal222240327403202034456107
Binary10010010101000001101011110000011010010000111001001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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