#9297DC

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

Shades of Portage #9297DC

Tints of Portage #9297DC

Color information

#9297DC (or 0x9297DC) is unknown color: approx Portage. HEX triplet: 92, 97 and DC. RGB value is (146,151,220). Sum of RGB (Red+Green+Blue) = 146+151+220=517 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.24% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #9297DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9297DC is #6D6823. Grayscale: #9D9D9D. Windows color (decimal): -7170084 or 14456722. OLE color: 14456722.

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

Color convert

RGB146151220-
CMYK0.340.3100.14
HSL235.95º51.39%71.76%-
HSV(B)235.95º33.64%86.27%-
XYZ35.8433.4172.27-
YUV157.37163.34119.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.24%
GREEN value IS 151 (59.38% from 255) = 29.21%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=28.24%
G=29.21%
B=42.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461512200.340.3100.14235.9551.3971.76
Hex9297DC221F0Eec3348
Octal222227334423701635463110
Binary1001001010010111110111001000101111101110111011001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9297DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9297DC; }

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

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

<style>
 a { background-color: #9297DC; }

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

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

<style>
 span { border-color: #9297DC; }

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

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