Html Css Color HEX #8989D9 Portage

📋 copy color: '#8989D9'

red 137 ◦ green 137 ◦ blue 217

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

Shades of Portage #8989D9

Tints of Portage #8989D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.2%

R = 27.9%
G = 27.9%
B = 44.2%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8989D9 (or 0x8989D9) is known color: Portage. HEX triplet: 89, 89 and D9. RGB value is (137,137,217). Sum of RGB (Red+Green+Blue) = 137+137+217=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #8989D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8989D9 is #767626. Grayscale: #919191. Windows color (decimal): -7763495 or 14256521. OLE color: 14256521.

HSL color Cylindrical-coordinate representation of color #8989D9: hue angle of 240º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8989D9 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 137 217 -
CMYK 0.37 0.37 0 0.15
HSL 240º 0.51% 0.69% -
HSV(B) 240º 0.37% 0.85% -
XYZ 31.79 28.22 69.42 -
YUV 146.12 168 121.5 -
System Red Green Blue C M Y K H S L
Decimal 137 137 217 0.37 0.37 0 0.15 240 0.51 0.69
Hex 89 89 D9 25 25 0 F F0 33 45
Octal 211 211 331 45 45 0 17 360 63 105
Binary 10001001 10001001 11011001 100101 100101 0 1111 11110000 110011 1000101

Color Harmonies of #8989D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8989D9

Black with #8989D9

Text Example


Text Example

White with #8989D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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