#9995eb

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

Shades of Portage #9995EB

Tints of Portage #9995EB

Color information

#9995EB (or 0x9995EB) is unknown color: approx Portage. HEX triplet: 99, 95 and EB. RGB value is (153,149,235). Sum of RGB (Red+Green+Blue) = 153+149+235=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #9995EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9995EB is #666A14. Grayscale: #9F9F9F. Windows color (decimal): -6711829 or 15439257. OLE color: 15439257.

HSL color Cylindrical-coordinate representation of color #9995EB: hue angle of 242.79º degrees, saturation: 0.68, 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 #9995EB is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153149235-
CMYK0.350.3700.08
HSL242.79º68.25%75.29%-
HSV(B)242.79º36.6%92.16%-
XYZ38.8834.2783.16-
YUV160170.33123.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.49%
GREEN value IS 149 (58.59% from 255) = 27.75%
BLUE value IS 235 (92.19% from 255) = 43.76%
R=28.49%
G=27.75%
B=43.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531492350.350.3700.08242.7968.2575.29
Hex9995EB232508f3444b
Octal2312253534345010363104113
Binary100110011001010111101011100011100101010001111001110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9995eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9995eb; }

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

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

<style>
 a { background-color: #9995eb; }

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

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

<style>
 span { border-color: #9995eb; }

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

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