Html Css Color HEX #899AE5 Portage

📋 copy color: '#899AE5'

red 137 ◦ green 154 ◦ blue 229

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

Shades of Portage #899AE5

Tints of Portage #899AE5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.62%

 BLUE value IS 229 (89.84% from 255) = 44.04%

R = 26.35%
G = 29.62%
B = 44.04%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#899AE5 (or 0x899AE5) is known color: Portage. HEX triplet: 89, 9A and E5. RGB value is (137,154,229). Sum of RGB (Red+Green+Blue) = 137+154+229=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #899AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899AE5 is #76651A. Grayscale: #9D9D9D. Windows color (decimal): -7759131 or 15047305. OLE color: 15047305.

HSL color Cylindrical-coordinate representation of color #899AE5: hue angle of 228.91º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #899AE5 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 137 154 229 -
CMYK 0.40 0.33 0 0.10
HSL 228.91º 0.64% 0.72% -
HSV(B) 228.91º 0.4% 0.9% -
XYZ 36.01 34.09 78.81 -
YUV 157.47 168.37 113.4 -
System Red Green Blue C M Y K H S L
Decimal 137 154 229 0.40 0.33 0 0.10 228.91 0.64 0.72
Hex 89 9A E5 28 21 0 A E5 40 48
Octal 211 232 345 50 41 0 12 345 100 110
Binary 10001001 10011010 11100101 101000 100001 0 1010 11100101 1000000 1001000

Color Harmonies of #899AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899AE5

Black with #899AE5

Text Example


Text Example

White with #899AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,154,229); }

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

background-color css

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

 a { background-color: rgb(137,154,229); }

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

border-color css

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

 span { border-color: rgb(137,154,229); }

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