#9297DF

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

Shades of Portage #9297DF

Tints of Portage #9297DF

Color information

#9297DF (or 0x9297DF) is unknown color: approx Portage. HEX triplet: 92, 97 and DF. RGB value is (146,151,223). Sum of RGB (Red+Green+Blue) = 146+151+223=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #9297DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9297DF is #6D6820. Grayscale: #9D9D9D. Windows color (decimal): -7170081 or 14653330. OLE color: 14653330.

HSL color Cylindrical-coordinate representation of color #9297DF: hue angle of 236.1º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9297DF is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146151223-
CMYK0.350.3200.13
HSL236.1º54.61%72.35%-
HSV(B)236.1º34.53%87.45%-
XYZ36.2433.5774.38-
YUV157.71164.84119.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.08%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 223 (87.5% from 255) = 42.88%
R=28.08%
G=29.04%
B=42.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461512230.350.3200.13236.154.6172.35
Hex9297DF23200Dec3748
Octal222227337434001535467110
Binary10010010100101111101111110001110000001101111011001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9297DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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