Html Css Color HEX #899EDC Portage

📋 copy color: '#899EDC'

red 137 ◦ green 158 ◦ blue 220

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

Shades of Portage #899EDC

Tints of Portage #899EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.72%

R = 26.6%
G = 30.68%
B = 42.72%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#899EDC (or 0x899EDC) is known color: Portage. HEX triplet: 89, 9E and DC. RGB value is (137,158,220). Sum of RGB (Red+Green+Blue) = 137+158+220=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #899EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EDC is #766123. Grayscale: #9E9E9E. Windows color (decimal): -7758116 or 14458505. OLE color: 14458505.

HSL color Cylindrical-coordinate representation of color #899EDC: hue angle of 224.82º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #899EDC is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 158 220 -
CMYK 0.38 0.28 0 0.14
HSL 224.82º 0.54% 0.7% -
HSV(B) 224.82º 0.38% 0.86% -
XYZ 35.46 34.94 72.59 -
YUV 158.79 162.54 112.46 -
System Red Green Blue C M Y K H S L
Decimal 137 158 220 0.38 0.28 0 0.14 224.82 0.54 0.7
Hex 89 9E DC 26 1C 0 E E1 36 46
Octal 211 236 334 46 34 0 16 341 66 106
Binary 10001001 10011110 11011100 100110 11100 0 1110 11100001 110110 1000110

Color Harmonies of #899EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899EDC

Black with #899EDC

Text Example


Text Example

White with #899EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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