#92A2D3

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

Shades of Portage #92A2D3

Tints of Portage #92A2D3

Color information

#92A2D3 (or 0x92A2D3) is unknown color: approx Portage. HEX triplet: 92, A2 and D3. RGB value is (146,162,211). Sum of RGB (Red+Green+Blue) = 146+162+211=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 211 - color contains mainly: blue. Hex color #92A2D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A2D3 is #6D5D2C. Grayscale: #A2A2A2. Windows color (decimal): -7167277 or 13869714. OLE color: 13869714.

HSL color Cylindrical-coordinate representation of color #92A2D3: hue angle of 225.23º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92A2D3 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB146162211-
CMYK0.310.2300.17
HSL225.23º42.48%70%-
HSV(B)225.23º30.81%82.75%-
XYZ36.5336.6566.78-
YUV162.8155.2116.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.13%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 211 (82.81% from 255) = 40.66%
R=28.13%
G=31.21%
B=40.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1461622110.310.2300.17225.2342.4870
Hex92A2D31F17011e12a46
Octal222242323372702134152106
Binary1001001010100010110100111111110111010001111000011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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