#929ADC

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

Shades of Portage #929ADC

Tints of Portage #929ADC

Color information

#929ADC (or 0x929ADC) is unknown color: approx Portage. HEX triplet: 92, 9A and DC. RGB value is (146,154,220). Sum of RGB (Red+Green+Blue) = 146+154+220=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #929ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ADC is #6D6523. Grayscale: #9E9E9E. Windows color (decimal): -7169316 or 14457490. OLE color: 14457490.

HSL color Cylindrical-coordinate representation of color #929ADC: hue angle of 233.51º 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 #929ADC is Cyan = 0.34, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146154220-
CMYK0.340.300.14
HSL233.51º51.39%71.76%-
HSV(B)233.51º33.64%86.27%-
XYZ36.3334.3972.43-
YUV159.13162.35118.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.08%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=28.08%
G=29.62%
B=42.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461542200.340.300.14233.5151.3971.76
Hex929ADC221E0Eea3348
Octal222232334423601635263110
Binary1001001010011010110111001000101111001110111010101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929ADC; }

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

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

<style>
 a { background-color: #929ADC; }

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

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

<style>
 span { border-color: #929ADC; }

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

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