Html Css Color HEX #899EDE Portage

📋 copy color: '#899EDE'

red 137 ◦ green 158 ◦ blue 222

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

Shades of Portage #899EDE

Tints of Portage #899EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.94%

R = 26.5%
G = 30.56%
B = 42.94%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#899EDE (or 0x899EDE) is known color: Portage. HEX triplet: 89, 9E and DE. RGB value is (137,158,222). Sum of RGB (Red+Green+Blue) = 137+158+222=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #899EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EDE is #766121. Grayscale: #9E9E9E. Windows color (decimal): -7758114 or 14589577. OLE color: 14589577.

HSL color Cylindrical-coordinate representation of color #899EDE: hue angle of 225.18º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #899EDE is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 158 222 -
CMYK 0.38 0.29 0 0.13
HSL 225.18º 0.56% 0.7% -
HSV(B) 225.18º 0.38% 0.87% -
XYZ 35.73 35.05 73.99 -
YUV 159.02 163.54 112.3 -
System Red Green Blue C M Y K H S L
Decimal 137 158 222 0.38 0.29 0 0.13 225.18 0.56 0.7
Hex 89 9E DE 26 1D 0 D E1 38 46
Octal 211 236 336 46 35 0 15 341 70 106
Binary 10001001 10011110 11011110 100110 11101 0 1101 11100001 111000 1000110

Color Harmonies of #899EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899EDE

Black with #899EDE

Text Example


Text Example

White with #899EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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