#92A2D5

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

Shades of Portage #92A2D5

Tints of Portage #92A2D5

Color information

#92A2D5 (or 0x92A2D5) is unknown color: approx Portage. HEX triplet: 92, A2 and D5. RGB value is (146,162,213). Sum of RGB (Red+Green+Blue) = 146+162+213=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #92A2D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A2D5 is #6D5D2A. Grayscale: #A2A2A2. Windows color (decimal): -7167275 or 14000786. OLE color: 14000786.

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

Color convert

RGB146162213-
CMYK0.310.2400.16
HSL225.67º44.37%70.39%-
HSV(B)225.67º31.46%83.53%-
XYZ36.7836.7668.11-
YUV163.03156.2115.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.02%
GREEN value IS 162 (63.67% from 255) = 31.09%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=28.02%
G=31.09%
B=40.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461622130.310.2400.16225.6744.3770.39
Hex92A2D51F18010e22c46
Octal222242325373002034254106
Binary1001001010100010110101011111111000010000111000101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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