#9094ED

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

Shades of Portage #9094ED

Tints of Portage #9094ED

Color information

#9094ED (or 0x9094ED) is unknown color: approx Portage. HEX triplet: 90, 94 and ED. RGB value is (144,148,237). Sum of RGB (Red+Green+Blue) = 144+148+237=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #9094ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9094ED is #6F6B12. Grayscale: #9C9C9C. Windows color (decimal): -7301907 or 15570064. OLE color: 15570064.

HSL color Cylindrical-coordinate representation of color #9094ED: hue angle of 237.42º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9094ED is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144148237-
CMYK0.390.3800.07
HSL237.42º72.09%74.71%-
HSV(B)237.42º39.24%92.94%-
XYZ37.3833.2284.56-
YUV156.95173.17118.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.22%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 237 (92.97% from 255) = 44.80%
R=27.22%
G=27.98%
B=44.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441482370.390.3800.07237.4272.0974.71
Hex9094ED272607ed484b
Octal220224355474607355110113
Binary10010000100101001110110110011110011001111110110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9094ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9094ED; }

 p { color: rgb(144,148,237); }

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

<style>
 a { background-color: #9094ED; }

 a { background-color: rgb(144,148,237); }

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

<style>
 span { border-color: #9094ED; }

 span { border-color: rgb(144,148,237); }

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