#9089ED

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

Shades of Portage #9089ED

Tints of Portage #9089ED

Color information

#9089ED (or 0x9089ED) is unknown color: approx Portage. HEX triplet: 90, 89 and ED. RGB value is (144,137,237). Sum of RGB (Red+Green+Blue) = 144+137+237=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #9089ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9089ED is #6F7612. Grayscale: #969696. Windows color (decimal): -7304723 or 15567248. OLE color: 15567248.

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

Color convert

RGB144137237-
CMYK0.390.4200.07
HSL244.2º73.53%73.33%-
HSV(B)244.2º42.19%92.94%-
XYZ35.7329.9484.02-
YUV150.49176.82123.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.80%
GREEN value IS 137 (53.91% from 255) = 26.45%
BLUE value IS 237 (92.97% from 255) = 45.75%
R=27.80%
G=26.45%
B=45.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441372370.390.4200.07244.273.5373.33
Hex9089ED272A07f44a49
Octal220211355475207364112111
Binary10010000100010011110110110011110101001111111010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9089ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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