#9196DF

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

Shades of Portage #9196DF

Tints of Portage #9196DF

Color information

#9196DF (or 0x9196DF) is unknown color: approx Portage. HEX triplet: 91, 96 and DF. RGB value is (145,150,223). Sum of RGB (Red+Green+Blue) = 145+150+223=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #9196DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9196DF is #6E6920. Grayscale: #9C9C9C. Windows color (decimal): -7235873 or 14653073. OLE color: 14653073.

HSL color Cylindrical-coordinate representation of color #9196DF: hue angle of 236.15º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9196DF is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145150223-
CMYK0.350.3300.13
HSL236.15º54.93%72.16%-
HSV(B)236.15º34.98%87.45%-
XYZ35.933.1674.32-
YUV156.83165.34119.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.99%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 223 (87.5% from 255) = 43.05%
R=27.99%
G=28.96%
B=43.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451502230.350.3300.13236.1554.9372.16
Hex9196DF23210Dec3748
Octal221226337434101535467110
Binary10010001100101101101111110001110000101101111011001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9196DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9196DF; }

 p { color: rgb(145,150,223); }

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

<style>
 a { background-color: #9196DF; }

 a { background-color: rgb(145,150,223); }

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

<style>
 span { border-color: #9196DF; }

 span { border-color: rgb(145,150,223); }

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