Html Css Color HEX #899BDD Portage

📋 copy color: '#899BDD'

red 137 ◦ green 155 ◦ blue 221

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

Shades of Portage #899BDD

Tints of Portage #899BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 26.71%
G = 30.21%
B = 43.08%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#899BDD (or 0x899BDD) is known color: Portage. HEX triplet: 89, 9B and DD. RGB value is (137,155,221). Sum of RGB (Red+Green+Blue) = 137+155+221=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #899BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BDD is #766422. Grayscale: #9C9C9C. Windows color (decimal): -7758883 or 14523273. OLE color: 14523273.

HSL color Cylindrical-coordinate representation of color #899BDD: hue angle of 227.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #899BDD is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 155 221 -
CMYK 0.38 0.30 0 0.13
HSL 227.14º 0.55% 0.7% -
HSV(B) 227.14º 0.38% 0.87% -
XYZ 35.09 33.98 73.12 -
YUV 157.14 164.04 113.63 -
System Red Green Blue C M Y K H S L
Decimal 137 155 221 0.38 0.30 0 0.13 227.14 0.55 0.7
Hex 89 9B DD 26 1E 0 D E3 37 46
Octal 211 233 335 46 36 0 15 343 67 106
Binary 10001001 10011011 11011101 100110 11110 0 1101 11100011 110111 1000110

Color Harmonies of #899BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BDD

Black with #899BDD

Text Example


Text Example

White with #899BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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