Html Css Color HEX #9089ED Portage

📋 copy color: '#9089ED'

red 144 ◦ green 137 ◦ blue 237

#9089ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #9089ED

Tints of Portage #9089ED

RGB

 RED value IS 144 (56.64% from 255) = 27.8%

 GREEN value IS 137 (53.91% from 255) = 26.45%

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 27.8%
G = 26.45%
B = 45.75%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9089ED (or 0x9089ED) is known color: 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

RGB 144 137 237 -
CMYK 0.39 0.42 0 0.07
HSL 244.2º 0.74% 0.73% -
HSV(B) 244.2º 0.42% 0.93% -
XYZ 35.73 29.94 84.02 -
YUV 150.49 176.82 123.37 -
System Red Green Blue C M Y K H S L
Decimal 144 137 237 0.39 0.42 0 0.07 244.2 0.74 0.73
Hex 90 89 ED 27 2A 0 7 F4 4A 49
Octal 220 211 355 47 52 0 7 364 112 111
Binary 10010000 10001001 11101101 100111 101010 0 111 11110100 1001010 1001001

Color Harmonies of #9089ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9089ED

Black with #9089ED

Text Example


Text Example

White with #9089ED

Text Example


Text Example

HTML Codes & Css Web 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>