#9298DB

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

Shades of Portage #9298DB

Tints of Portage #9298DB

Color information

#9298DB (or 0x9298DB) is unknown color: approx Portage. HEX triplet: 92, 98 and DB. RGB value is (146,152,219). Sum of RGB (Red+Green+Blue) = 146+152+219=517 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.24% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #9298DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298DB is #6D6724. Grayscale: #9D9D9D. Windows color (decimal): -7169829 or 14391442. OLE color: 14391442.

HSL color Cylindrical-coordinate representation of color #9298DB: hue angle of 235.07º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9298DB is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146152219-
CMYK0.330.3100.14
HSL235.07º50.34%71.57%-
HSV(B)235.07º33.33%85.88%-
XYZ35.8733.6871.63-
YUV157.84162.51119.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.24%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=28.24%
G=29.40%
B=42.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461522190.330.3100.14235.0750.3471.57
Hex9298DB211F0Eeb3248
Octal222230333413701635362110
Binary1001001010011000110110111000011111101110111010111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9298DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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