#9895eb

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

Shades of Portage #9895EB

Tints of Portage #9895EB

Color information

#9895EB (or 0x9895EB) is unknown color: approx Portage. HEX triplet: 98, 95 and EB. RGB value is (152,149,235). Sum of RGB (Red+Green+Blue) = 152+149+235=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #9895EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9895EB is #676A14. Grayscale: #9F9F9F. Windows color (decimal): -6777365 or 15439256. OLE color: 15439256.

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

Color convert

RGB152149235-
CMYK0.350.3700.08
HSL242.09º68.25%75.29%-
HSV(B)242.09º36.6%92.16%-
XYZ38.6934.1783.15-
YUV159.7170.49122.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.36%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 235 (92.19% from 255) = 43.84%
R=28.36%
G=27.80%
B=43.84%

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
Decimal1521492350.350.3700.08242.0968.2575.29
Hex9895EB232508f2444b
Octal2302253534345010362104113
Binary100110001001010111101011100011100101010001111001010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9895eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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