#92A0CD

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

Shades of Portage #92A0CD

Tints of Portage #92A0CD

Color information

#92A0CD (or 0x92A0CD) is unknown color: approx Portage. HEX triplet: 92, A0 and CD. RGB value is (146,160,205). Sum of RGB (Red+Green+Blue) = 146+160+205=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #92A0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A0CD is #6D5F32. Grayscale: #A0A0A0. Windows color (decimal): -7167795 or 13475986. OLE color: 13475986.

HSL color Cylindrical-coordinate representation of color #92A0CD: hue angle of 225.76º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92A0CD is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146160205-
CMYK0.290.2200.20
HSL225.76º37.11%68.82%-
HSV(B)225.76º28.78%80.39%-
XYZ35.4435.6662.77-
YUV160.94152.86117.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.57%
GREEN value IS 160 (62.89% from 255) = 31.31%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=28.57%
G=31.31%
B=40.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461602050.290.2200.20225.7637.1168.82
Hex92A0CD1D16014e22545
Octal222240315352602434245105
Binary1001001010100000110011011110110110010100111000101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,160,205); }

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

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

 a { background-color: rgb(146,160,205); }

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

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

 span { border-color: rgb(146,160,205); }

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