#92A2D7

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

Shades of Portage #92A2D7

Tints of Portage #92A2D7

Color information

#92A2D7 (or 0x92A2D7) is unknown color: approx Portage. HEX triplet: 92, A2 and D7. RGB value is (146,162,215). Sum of RGB (Red+Green+Blue) = 146+162+215=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #92A2D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A2D7 is #6D5D28. Grayscale: #A3A3A3. Windows color (decimal): -7167273 or 14131858. OLE color: 14131858.

HSL color Cylindrical-coordinate representation of color #92A2D7: hue angle of 226.09º 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 #92A2D7 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146162215-
CMYK0.320.2500.16
HSL226.09º46.31%70.78%-
HSV(B)226.09º32.09%84.31%-
XYZ37.0436.8669.45-
YUV163.26157.2115.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.92%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 215 (84.38% from 255) = 41.11%
R=27.92%
G=30.98%
B=41.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461622150.320.2500.16226.0946.3170.78
Hex92A2D72019010e22e47
Octal222242327403102034256107
Binary10010010101000101101011110000011001010000111000101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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