#92A1DC

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

Shades of Portage #92A1DC

Tints of Portage #92A1DC

Color information

#92A1DC (or 0x92A1DC) is unknown color: approx Portage. HEX triplet: 92, A1 and DC. RGB value is (146,161,220). Sum of RGB (Red+Green+Blue) = 146+161+220=527 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.70% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #92A1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A1DC is #6D5E23. Grayscale: #A2A2A2. Windows color (decimal): -7167524 or 14459282. OLE color: 14459282.

HSL color Cylindrical-coordinate representation of color #92A1DC: hue angle of 227.84º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92A1DC is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146161220-
CMYK0.340.2700.14
HSL227.84º51.39%71.76%-
HSV(B)227.84º33.64%86.27%-
XYZ37.5236.7772.83-
YUV163.24160.03115.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.70%
GREEN value IS 161 (63.28% from 255) = 30.55%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=27.70%
G=30.55%
B=41.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461612200.340.2700.14227.8451.3971.76
Hex92A1DC221B0Ee43348
Octal222241334423301634463110
Binary1001001010100001110111001000101101101110111001001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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