Html Css Color HEX #899DD0 Portage

📋 copy color: '#899DD0'

red 137 ◦ green 157 ◦ blue 208

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

Shades of Portage #899DD0

Tints of Portage #899DD0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.27%

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

R = 27.29%
G = 31.27%
B = 41.43%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#899DD0 (or 0x899DD0) is known color: Portage. HEX triplet: 89, 9D and D0. RGB value is (137,157,208). Sum of RGB (Red+Green+Blue) = 137+157+208=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #899DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DD0 is #76622F. Grayscale: #9C9C9C. Windows color (decimal): -7758384 or 13671817. OLE color: 13671817.

HSL color Cylindrical-coordinate representation of color #899DD0: hue angle of 223.1º 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 #899DD0 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 157 208 -
CMYK 0.34 0.25 0 0.18
HSL 223.1º 0.43% 0.68% -
HSV(B) 223.1º 0.34% 0.82% -
XYZ 33.76 33.99 64.46 -
YUV 156.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 137 157 208 0.34 0.25 0 0.18 223.1 0.43 0.68
Hex 89 9D D0 22 19 0 12 DF 2B 44
Octal 211 235 320 42 31 0 22 337 53 104
Binary 10001001 10011101 11010000 100010 11001 0 10010 11011111 101011 1000100

Color Harmonies of #899DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899DD0

Black with #899DD0

Text Example


Text Example

White with #899DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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