Html Css Color HEX #899BE5 Portage

📋 copy color: '#899BE5'

red 137 ◦ green 155 ◦ blue 229

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

Shades of Portage #899BE5

Tints of Portage #899BE5

RGB

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

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

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

R = 26.3%
G = 29.75%
B = 43.95%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#899BE5 (or 0x899BE5) is known color: Portage. HEX triplet: 89, 9B and E5. RGB value is (137,155,229). Sum of RGB (Red+Green+Blue) = 137+155+229=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #899BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BE5 is #76641A. Grayscale: #9D9D9D. Windows color (decimal): -7758875 or 15047561. OLE color: 15047561.

HSL color Cylindrical-coordinate representation of color #899BE5: hue angle of 228.26º 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 #899BE5 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 137 155 229 -
CMYK 0.40 0.32 0 0.10
HSL 228.26º 0.64% 0.72% -
HSV(B) 228.26º 0.4% 0.9% -
XYZ 36.18 34.42 78.87 -
YUV 158.05 168.04 112.98 -
System Red Green Blue C M Y K H S L
Decimal 137 155 229 0.40 0.32 0 0.10 228.26 0.64 0.72
Hex 89 9B E5 28 20 0 A E4 40 48
Octal 211 233 345 50 40 0 12 344 100 110
Binary 10001001 10011011 11100101 101000 100000 0 1010 11100100 1000000 1001000

Color Harmonies of #899BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BE5

Black with #899BE5

Text Example


Text Example

White with #899BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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