Html Css Color HEX #899BD7 Portage

📋 copy color: '#899BD7'

red 137 ◦ green 155 ◦ blue 215

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

Shades of Portage #899BD7

Tints of Portage #899BD7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.57%

 BLUE value IS 215 (84.38% from 255) = 42.41%

R = 27.02%
G = 30.57%
B = 42.41%

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

#899BD7 (or 0x899BD7) is known color: Portage. HEX triplet: 89, 9B and D7. RGB value is (137,155,215). Sum of RGB (Red+Green+Blue) = 137+155+215=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #899BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BD7 is #766428. Grayscale: #9C9C9C. Windows color (decimal): -7758889 or 14130057. OLE color: 14130057.

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

Color convert

RGB 137 155 215 -
CMYK 0.36 0.28 0 0.16
HSL 226.15º 0.49% 0.69% -
HSV(B) 226.15º 0.36% 0.84% -
XYZ 34.3 33.67 68.98 -
YUV 156.46 161.04 114.12 -
System Red Green Blue C M Y K H S L
Decimal 137 155 215 0.36 0.28 0 0.16 226.15 0.49 0.69
Hex 89 9B D7 24 1C 0 10 E2 31 45
Octal 211 233 327 44 34 0 20 342 61 105
Binary 10001001 10011011 11010111 100100 11100 0 10000 11100010 110001 1000101

Color Harmonies of #899BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BD7

Black with #899BD7

Text Example


Text Example

White with #899BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,155,215); }

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

background-color css

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

 a { background-color: rgb(137,155,215); }

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

border-color css

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

 span { border-color: rgb(137,155,215); }

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