Html Css Color HEX #899ED0 Portage

📋 copy color: '#899ED0'

red 137 ◦ green 158 ◦ blue 208

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

Shades of Portage #899ED0

Tints of Portage #899ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 27.24%
G = 31.41%
B = 41.35%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#899ED0 (or 0x899ED0) is known color: Portage. HEX triplet: 89, 9E and D0. RGB value is (137,158,208). Sum of RGB (Red+Green+Blue) = 137+158+208=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #899ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ED0 is #76612F. Grayscale: #9D9D9D. Windows color (decimal): -7758128 or 13672073. OLE color: 13672073.

HSL color Cylindrical-coordinate representation of color #899ED0: hue angle of 222.25º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #899ED0 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 158 208 -
CMYK 0.34 0.24 0 0.18
HSL 222.25º 0.43% 0.68% -
HSV(B) 222.25º 0.34% 0.82% -
XYZ 33.93 34.33 64.51 -
YUV 157.42 156.54 113.43 -
System Red Green Blue C M Y K H S L
Decimal 137 158 208 0.34 0.24 0 0.18 222.25 0.43 0.68
Hex 89 9E D0 22 18 0 12 DE 2B 44
Octal 211 236 320 42 30 0 22 336 53 104
Binary 10001001 10011110 11010000 100010 11000 0 10010 11011110 101011 1000100

Color Harmonies of #899ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899ED0

Black with #899ED0

Text Example


Text Example

White with #899ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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