#9495DF

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

Shades of Portage #9495DF

Tints of Portage #9495DF

Color information

#9495DF (or 0x9495DF) is unknown color: approx Portage. HEX triplet: 94, 95 and DF. RGB value is (148,149,223). Sum of RGB (Red+Green+Blue) = 148+149+223=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #9495DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9495DF is #6B6A20. Grayscale: #9C9C9C. Windows color (decimal): -7039521 or 14652820. OLE color: 14652820.

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

Color convert

RGB148149223-
CMYK0.340.3300.13
HSL239.2º53.96%72.75%-
HSV(B)239.2º33.63%87.45%-
XYZ36.2833.1274.29-
YUV157.14165.17121.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.46%
GREEN value IS 149 (58.59% from 255) = 28.65%
BLUE value IS 223 (87.5% from 255) = 42.88%
R=28.46%
G=28.65%
B=42.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481492230.340.3300.13239.253.9672.75
Hex9495DF22210Def3649
Octal224225337424101535766111
Binary10010100100101011101111110001010000101101111011111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9495DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,149,223); }

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

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

 a { background-color: rgb(148,149,223); }

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

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

 span { border-color: rgb(148,149,223); }

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