#9096ef

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

Shades of Portage #9096EF

Tints of Portage #9096EF

Color information

#9096EF (or 0x9096EF) is unknown color: approx Portage. HEX triplet: 90, 96 and EF. RGB value is (144,150,239). Sum of RGB (Red+Green+Blue) = 144+150+239=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #9096EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9096EF is #6F6910. Grayscale: #9D9D9D. Windows color (decimal): -7301393 or 15701648. OLE color: 15701648.

HSL color Cylindrical-coordinate representation of color #9096EF: hue angle of 236.21º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9096EF is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB144150239-
CMYK0.400.3700.06
HSL236.21º74.8%75.1%-
HSV(B)236.21º39.75%93.73%-
XYZ37.9933.9786.22-
YUV158.35173.51117.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.02%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 239 (93.75% from 255) = 44.84%
R=27.02%
G=28.14%
B=44.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441502390.400.3700.06236.2174.875.1
Hex9096EF282506ec4b4b
Octal220226357504506354113113
Binary10010000100101101110111110100010010101101110110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9096ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9096ef; }

 p { color: rgb(144,150,239); }

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

<style>
 a { background-color: #9096ef; }

 a { background-color: rgb(144,150,239); }

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

<style>
 span { border-color: #9096ef; }

 span { border-color: rgb(144,150,239); }

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