Html Css Color HEX #899BD0 Portage

📋 copy color: '#899BD0'

red 137 ◦ green 155 ◦ blue 208

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

Shades of Portage #899BD0

Tints of Portage #899BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.6%

R = 27.4%
G = 31%
B = 41.6%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#899BD0 (or 0x899BD0) is known color: Portage. HEX triplet: 89, 9B and D0. RGB value is (137,155,208). Sum of RGB (Red+Green+Blue) = 137+155+208=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #899BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BD0 is #76642F. Grayscale: #9B9B9B. Windows color (decimal): -7758896 or 13671305. OLE color: 13671305.

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

Color convert

RGB 137 155 208 -
CMYK 0.34 0.25 0 0.18
HSL 224.79º 0.43% 0.68% -
HSV(B) 224.79º 0.34% 0.82% -
XYZ 33.42 33.32 64.34 -
YUV 155.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 137 155 208 0.34 0.25 0 0.18 224.79 0.43 0.68
Hex 89 9B D0 22 19 0 12 E1 2B 44
Octal 211 233 320 42 31 0 22 341 53 104
Binary 10001001 10011011 11010000 100010 11001 0 10010 11100001 101011 1000100

Color Harmonies of #899BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BD0

Black with #899BD0

Text Example


Text Example

White with #899BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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