Html Css Color HEX #899AD5 Portage

📋 copy color: '#899AD5'

red 137 ◦ green 154 ◦ blue 213

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

Shades of Portage #899AD5

Tints of Portage #899AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.56%

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

R = 27.18%
G = 30.56%
B = 42.26%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#899AD5 (or 0x899AD5) is known color: Portage. HEX triplet: 89, 9A and D5. RGB value is (137,154,213). Sum of RGB (Red+Green+Blue) = 137+154+213=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #899AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899AD5 is #76652A. Grayscale: #9B9B9B. Windows color (decimal): -7759147 or 13998729. OLE color: 13998729.

HSL color Cylindrical-coordinate representation of color #899AD5: hue angle of 226.58º 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 #899AD5 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 154 213 -
CMYK 0.36 0.28 0 0.16
HSL 226.58º 0.48% 0.69% -
HSV(B) 226.58º 0.36% 0.84% -
XYZ 33.88 33.23 67.58 -
YUV 155.64 160.37 114.7 -
System Red Green Blue C M Y K H S L
Decimal 137 154 213 0.36 0.28 0 0.16 226.58 0.48 0.69
Hex 89 9A D5 24 1C 0 10 E3 30 45
Octal 211 232 325 44 34 0 20 343 60 105
Binary 10001001 10011010 11010101 100100 11100 0 10000 11100011 110000 1000101

Color Harmonies of #899AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899AD5

Black with #899AD5

Text Example


Text Example

White with #899AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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