#92A1CD

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

Shades of Portage #92A1CD

Tints of Portage #92A1CD

Color information

#92A1CD (or 0x92A1CD) is unknown color: approx Portage. HEX triplet: 92, A1 and CD. RGB value is (146,161,205). Sum of RGB (Red+Green+Blue) = 146+161+205=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #92A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A1CD is #6D5E32. Grayscale: #A1A1A1. Windows color (decimal): -7167539 or 13476242. OLE color: 13476242.

HSL color Cylindrical-coordinate representation of color #92A1CD: hue angle of 224.75º 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 #92A1CD is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146161205-
CMYK0.290.2100.20
HSL224.75º37.11%68.82%-
HSV(B)224.75º28.78%80.39%-
XYZ35.6236.0162.83-
YUV161.53152.53116.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.52%
GREEN value IS 161 (63.28% from 255) = 31.45%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=28.52%
G=31.45%
B=40.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461612050.290.2100.20224.7537.1168.82
Hex92A1CD1D15014e12545
Octal222241315352502434145105
Binary1001001010100001110011011110110101010100111000011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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