Html Css Color HEX #8989ED Portage

📋 copy color: '#8989ED'

red 137 ◦ green 137 ◦ blue 237

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

Shades of Portage #8989ED

Tints of Portage #8989ED

RGB

 RED value IS 137 (53.91% from 255) = 26.81%

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

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

R = 26.81%
G = 26.81%
B = 46.38%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8989ED (or 0x8989ED) is known color: Portage. HEX triplet: 89, 89 and ED. RGB value is (137,137,237). Sum of RGB (Red+Green+Blue) = 137+137+237=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #8989ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8989ED is #767612. Grayscale: #949494. Windows color (decimal): -7763475 or 15567241. OLE color: 15567241.

HSL color Cylindrical-coordinate representation of color #8989ED: hue angle of 240º 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 #8989ED is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 137 237 -
CMYK 0.42 0.42 0 0.07
HSL 240º 0.74% 0.73% -
HSV(B) 240º 0.42% 0.93% -
XYZ 34.55 29.32 83.96 -
YUV 148.4 178 119.87 -
System Red Green Blue C M Y K H S L
Decimal 137 137 237 0.42 0.42 0 0.07 240 0.74 0.73
Hex 89 89 ED 2A 2A 0 7 F0 4A 49
Octal 211 211 355 52 52 0 7 360 112 111
Binary 10001001 10001001 11101101 101010 101010 0 111 11110000 1001010 1001001

Color Harmonies of #8989ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8989ED

Black with #8989ED

Text Example


Text Example

White with #8989ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8989ED;
 }
 .AnyTagClassName
 {
   color: #8989ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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