#9495EB

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

Shades of Portage #9495EB

Tints of Portage #9495EB

Color information

#9495EB (or 0x9495EB) is unknown color: approx Portage. HEX triplet: 94, 95 and EB. RGB value is (148,149,235). Sum of RGB (Red+Green+Blue) = 148+149+235=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #9495EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9495EB is #6B6A14. Grayscale: #9E9E9E. Windows color (decimal): -7039509 or 15439252. OLE color: 15439252.

HSL color Cylindrical-coordinate representation of color #9495EB: hue angle of 239.31º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9495EB is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148149235-
CMYK0.370.3700.08
HSL239.31º68.5%75.1%-
HSV(B)239.31º37.02%92.16%-
XYZ37.9633.7983.12-
YUV158.5171.17120.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.82%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 235 (92.19% from 255) = 44.17%
R=27.82%
G=28.01%
B=44.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481492350.370.3700.08239.3168.575.1
Hex9495EB252508ef454b
Octal2242253534545010357105113
Binary100101001001010111101011100101100101010001110111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9495EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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