#9198DD

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

Shades of Portage #9198DD

Tints of Portage #9198DD

Color information

#9198DD (or 0x9198DD) is unknown color: approx Portage. HEX triplet: 91, 98 and DD. RGB value is (145,152,221). Sum of RGB (Red+Green+Blue) = 145+152+221=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #9198DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9198DD is #6E6722. Grayscale: #9D9D9D. Windows color (decimal): -7235363 or 14522513. OLE color: 14522513.

HSL color Cylindrical-coordinate representation of color #9198DD: hue angle of 234.47º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9198DD is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145152221-
CMYK0.340.3100.13
HSL234.47º52.78%71.76%-
HSV(B)234.47º34.39%86.67%-
XYZ35.9633.773.02-
YUV157.77163.68118.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.99%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=27.99%
G=29.34%
B=42.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451522210.340.3100.13234.4752.7871.76
Hex9198DD221F0Dea3548
Octal221230335423701535265110
Binary1001000110011000110111011000101111101101111010101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9198DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9198DD; }

 p { color: rgb(145,152,221); }

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

<style>
 a { background-color: #9198DD; }

 a { background-color: rgb(145,152,221); }

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

<style>
 span { border-color: #9198DD; }

 span { border-color: rgb(145,152,221); }

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