#9095EB

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

Shades of Portage #9095EB

Tints of Portage #9095EB

Color information

#9095EB (or 0x9095EB) is unknown color: approx Portage. HEX triplet: 90, 95 and EB. RGB value is (144,149,235). Sum of RGB (Red+Green+Blue) = 144+149+235=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #9095EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9095EB is #6F6A14. Grayscale: #9C9C9C. Windows color (decimal): -7301653 or 15439248. OLE color: 15439248.

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

Color convert

RGB144149235-
CMYK0.390.3700.08
HSL236.7º69.47%74.31%-
HSV(B)236.7º38.72%92.16%-
XYZ37.2433.4283.09-
YUV157.31171.84118.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.27%
GREEN value IS 149 (58.59% from 255) = 28.22%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=27.27%
G=28.22%
B=44.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441492350.390.3700.08236.769.4774.31
Hex9095EB272508ed454a
Octal2202253534745010355105112
Binary100100001001010111101011100111100101010001110110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9095EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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