#9298D9

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

Shades of Portage #9298D9

Tints of Portage #9298D9

Color information

#9298D9 (or 0x9298D9) is unknown color: approx Portage. HEX triplet: 92, 98 and D9. RGB value is (146,152,217). Sum of RGB (Red+Green+Blue) = 146+152+217=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #9298D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298D9 is #6D6726. Grayscale: #9D9D9D. Windows color (decimal): -7169831 or 14260370. OLE color: 14260370.

HSL color Cylindrical-coordinate representation of color #9298D9: hue angle of 234.93º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9298D9 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146152217-
CMYK0.330.3000.15
HSL234.93º48.3%71.18%-
HSV(B)234.93º32.72%85.1%-
XYZ35.6133.5870.25-
YUV157.62161.51119.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.35%
GREEN value IS 152 (59.77% from 255) = 29.51%
BLUE value IS 217 (85.16% from 255) = 42.14%
R=28.35%
G=29.51%
B=42.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461522170.330.3000.15234.9348.371.18
Hex9298D9211E0Feb3047
Octal222230331413601735360107
Binary1001001010011000110110011000011111001111111010111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9298D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9298D9; }

 p { color: rgb(146,152,217); }

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

<style>
 a { background-color: #9298D9; }

 a { background-color: rgb(146,152,217); }

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

<style>
 span { border-color: #9298D9; }

 span { border-color: rgb(146,152,217); }

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