Html Css Color HEX #899CE0 Portage

📋 copy color: '#899CE0'

red 137 ◦ green 156 ◦ blue 224

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

Shades of Portage #899CE0

Tints of Portage #899CE0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.17%

 BLUE value IS 224 (87.89% from 255) = 43.33%

R = 26.5%
G = 30.17%
B = 43.33%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#899CE0 (or 0x899CE0) is known color: Portage. HEX triplet: 89, 9C and E0. RGB value is (137,156,224). Sum of RGB (Red+Green+Blue) = 137+156+224=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #899CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CE0 is #76631F. Grayscale: #9D9D9D. Windows color (decimal): -7758624 or 14720137. OLE color: 14720137.

HSL color Cylindrical-coordinate representation of color #899CE0: hue angle of 226.9º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #899CE0 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 156 224 -
CMYK 0.39 0.30 0 0.12
HSL 226.9º 0.58% 0.71% -
HSV(B) 226.9º 0.39% 0.88% -
XYZ 35.66 34.48 75.3 -
YUV 158.07 165.21 112.97 -
System Red Green Blue C M Y K H S L
Decimal 137 156 224 0.39 0.30 0 0.12 226.9 0.58 0.71
Hex 89 9C E0 27 1E 0 C E3 3A 47
Octal 211 234 340 47 36 0 14 343 72 107
Binary 10001001 10011100 11100000 100111 11110 0 1100 11100011 111010 1000111

Color Harmonies of #899CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899CE0

Black with #899CE0

Text Example


Text Example

White with #899CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,156,224); }

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

background-color css

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

 a { background-color: rgb(137,156,224); }

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

border-color css

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

 span { border-color: rgb(137,156,224); }

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