#92A2D9

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

Shades of Portage #92A2D9

Tints of Portage #92A2D9

Color information

#92A2D9 (or 0x92A2D9) is unknown color: approx Portage. HEX triplet: 92, A2 and D9. RGB value is (146,162,217). Sum of RGB (Red+Green+Blue) = 146+162+217=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #92A2D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A2D9 is #6D5D26. Grayscale: #A3A3A3. Windows color (decimal): -7167271 or 14262930. OLE color: 14262930.

HSL color Cylindrical-coordinate representation of color #92A2D9: hue angle of 226.48º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92A2D9 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146162217-
CMYK0.330.2500.15
HSL226.48º48.3%71.18%-
HSV(B)226.48º32.72%85.1%-
XYZ37.336.9670.81-
YUV163.49158.2115.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.81%
GREEN value IS 162 (63.67% from 255) = 30.86%
BLUE value IS 217 (85.16% from 255) = 41.33%
R=27.81%
G=30.86%
B=41.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461622170.330.2500.15226.4848.371.18
Hex92A2D921190Fe23047
Octal222242331413101734260107
Binary1001001010100010110110011000011100101111111000101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,162,217); }

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

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

 a { background-color: rgb(146,162,217); }

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

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

 span { border-color: rgb(146,162,217); }

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