Html Css Color HEX #899ED5 Portage

📋 copy color: '#899ED5'

red 137 ◦ green 158 ◦ blue 213

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

Shades of Portage #899ED5

Tints of Portage #899ED5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.1%

 BLUE value IS 213 (83.59% from 255) = 41.93%

R = 26.97%
G = 31.1%
B = 41.93%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#899ED5 (or 0x899ED5) is known color: Portage. HEX triplet: 89, 9E and D5. RGB value is (137,158,213). Sum of RGB (Red+Green+Blue) = 137+158+213=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #899ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ED5 is #76612A. Grayscale: #9D9D9D. Windows color (decimal): -7758123 or 13999753. OLE color: 13999753.

HSL color Cylindrical-coordinate representation of color #899ED5: hue angle of 223.42º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #899ED5 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 158 213 -
CMYK 0.36 0.26 0 0.16
HSL 223.42º 0.48% 0.69% -
HSV(B) 223.42º 0.36% 0.84% -
XYZ 34.55 34.58 67.8 -
YUV 157.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 137 158 213 0.36 0.26 0 0.16 223.42 0.48 0.69
Hex 89 9E D5 24 1A 0 10 DF 30 45
Octal 211 236 325 44 32 0 20 337 60 105
Binary 10001001 10011110 11010101 100100 11010 0 10000 11011111 110000 1000101

Color Harmonies of #899ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899ED5

Black with #899ED5

Text Example


Text Example

White with #899ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899ED5; }

 p { color: rgb(137,158,213); }

 H1.HeaderClassName
 {
   color: #899ED5;
 }
 .AnyTagClassName
 {
   color: #899ED5;
 }
</style>

background-color css

<style>
 a { background-color: #899ED5; }

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

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

border-color css

<style>
 span { border-color: #899ED5; }

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

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