Html Css Color HEX #899FD5 Portage

📋 copy color: '#899FD5'

red 137 ◦ green 159 ◦ blue 213

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

Shades of Portage #899FD5

Tints of Portage #899FD5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.24%

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

R = 26.92%
G = 31.24%
B = 41.85%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#899FD5 (or 0x899FD5) is known color: Portage. HEX triplet: 89, 9F and D5. RGB value is (137,159,213). Sum of RGB (Red+Green+Blue) = 137+159+213=509 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.92% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #899FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FD5 is #76602A. Grayscale: #9E9E9E. Windows color (decimal): -7757867 or 14000009. OLE color: 14000009.

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

Color convert

RGB 137 159 213 -
CMYK 0.36 0.25 0 0.16
HSL 222.63º 0.48% 0.69% -
HSV(B) 222.63º 0.36% 0.84% -
XYZ 34.72 34.92 67.86 -
YUV 158.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 137 159 213 0.36 0.25 0 0.16 222.63 0.48 0.69
Hex 89 9F D5 24 19 0 10 DF 30 45
Octal 211 237 325 44 31 0 20 337 60 105
Binary 10001001 10011111 11010101 100100 11001 0 10000 11011111 110000 1000101

Color Harmonies of #899FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FD5

Black with #899FD5

Text Example


Text Example

White with #899FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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