Html Css Color HEX #899BD2 Portage

📋 copy color: '#899BD2'

red 137 ◦ green 155 ◦ blue 210

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

Shades of Portage #899BD2

Tints of Portage #899BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.83%

R = 27.29%
G = 30.88%
B = 41.83%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#899BD2 (or 0x899BD2) is known color: Portage. HEX triplet: 89, 9B and D2. RGB value is (137,155,210). Sum of RGB (Red+Green+Blue) = 137+155+210=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 210 - color contains mainly: blue. Hex color #899BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BD2 is #76642D. Grayscale: #9B9B9B. Windows color (decimal): -7758894 or 13802377. OLE color: 13802377.

HSL color Cylindrical-coordinate representation of color #899BD2: hue angle of 225.21º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #899BD2 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 155 210 -
CMYK 0.35 0.26 0 0.18
HSL 225.21º 0.45% 0.68% -
HSV(B) 225.21º 0.35% 0.82% -
XYZ 33.67 33.41 65.65 -
YUV 155.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 137 155 210 0.35 0.26 0 0.18 225.21 0.45 0.68
Hex 89 9B D2 23 1A 0 12 E1 2D 44
Octal 211 233 322 43 32 0 22 341 55 104
Binary 10001001 10011011 11010010 100011 11010 0 10010 11100001 101101 1000100

Color Harmonies of #899BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BD2

Black with #899BD2

Text Example


Text Example

White with #899BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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