#9199CD

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

Shades of Portage #9199CD

Tints of Portage #9199CD

Color information

#9199CD (or 0x9199CD) is unknown color: approx Portage. HEX triplet: 91, 99 and CD. RGB value is (145,153,205). Sum of RGB (Red+Green+Blue) = 145+153+205=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #9199CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9199CD is #6E6632. Grayscale: #9C9C9C. Windows color (decimal): -7235123 or 13474193. OLE color: 13474193.

HSL color Cylindrical-coordinate representation of color #9199CD: hue angle of 232º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9199CD is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145153205-
CMYK0.290.2500.20
HSL232º37.5%68.63%-
HSV(B)232º29.27%80.39%-
XYZ34.0933.2162.37-
YUV156.54155.35119.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.83%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=28.83%
G=30.42%
B=40.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451532050.290.2500.2023237.568.63
Hex9199CD1D19014e82545
Octal221231315353102435045105
Binary1001000110011001110011011110111001010100111010001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9199CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9199CD; }

 p { color: rgb(145,153,205); }

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

<style>
 a { background-color: #9199CD; }

 a { background-color: rgb(145,153,205); }

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

<style>
 span { border-color: #9199CD; }

 span { border-color: rgb(145,153,205); }

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