#9198DC

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

Shades of Portage #9198DC

Tints of Portage #9198DC

Color information

#9198DC (or 0x9198DC) is unknown color: approx Portage. HEX triplet: 91, 98 and DC. RGB value is (145,152,220). Sum of RGB (Red+Green+Blue) = 145+152+220=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 152 (59.77% from 255 or 29.40% 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 #9198DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9198DC is #6E6723. Grayscale: #9D9D9D. Windows color (decimal): -7235364 or 14456977. OLE color: 14456977.

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

Color convert

RGB145152220-
CMYK0.340.3100.14
HSL234.4º51.72%71.57%-
HSV(B)234.4º34.09%86.27%-
XYZ35.8233.6472.32-
YUV157.66163.18118.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.05%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=28.05%
G=29.40%
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
Decimal1451522200.340.3100.14234.451.7271.57
Hex9198DC221F0Eea3448
Octal221230334423701635264110
Binary1001000110011000110111001000101111101110111010101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9198DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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