#92A3D2

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

Shades of Portage #92A3D2

Tints of Portage #92A3D2

Color information

#92A3D2 (or 0x92A3D2) is unknown color: approx Portage. HEX triplet: 92, A3 and D2. RGB value is (146,163,210). Sum of RGB (Red+Green+Blue) = 146+163+210=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 210 - color contains mainly: blue. Hex color #92A3D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A3D2 is #6D5C2D. Grayscale: #A3A3A3. Windows color (decimal): -7167022 or 13804434. OLE color: 13804434.

HSL color Cylindrical-coordinate representation of color #92A3D2: hue angle of 224.06º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92A3D2 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146163210-
CMYK0.300.2200.18
HSL224.06º41.56%69.8%-
HSV(B)224.06º30.48%82.35%-
XYZ36.5836.9666.18-
YUV163.27154.37115.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.13%
GREEN value IS 163 (64.06% from 255) = 31.41%
BLUE value IS 210 (82.42% from 255) = 40.46%
R=28.13%
G=31.41%
B=40.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461632100.300.2200.18224.0641.5669.8
Hex92A3D21E16012e02a46
Octal222243322362602234052106
Binary1001001010100011110100101111010110010010111000001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,163,210); }

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

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

 a { background-color: rgb(146,163,210); }

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

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

 span { border-color: rgb(146,163,210); }

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