Html Css Color HEX #899BE4 Portage

📋 copy color: '#899BE4'

red 137 ◦ green 155 ◦ blue 228

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

Shades of Portage #899BE4

Tints of Portage #899BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.85%

R = 26.35%
G = 29.81%
B = 43.85%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#899BE4 (or 0x899BE4) is known color: Portage. HEX triplet: 89, 9B and E4. RGB value is (137,155,228). Sum of RGB (Red+Green+Blue) = 137+155+228=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 228 - color contains mainly: blue. Hex color #899BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BE4 is #76641B. Grayscale: #9D9D9D. Windows color (decimal): -7758876 or 14982025. OLE color: 14982025.

HSL color Cylindrical-coordinate representation of color #899BE4: hue angle of 228.13º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #899BE4 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 137 155 228 -
CMYK 0.40 0.32 0 0.11
HSL 228.13º 0.63% 0.72% -
HSV(B) 228.13º 0.4% 0.89% -
XYZ 36.04 34.36 78.13 -
YUV 157.94 167.54 113.06 -
System Red Green Blue C M Y K H S L
Decimal 137 155 228 0.40 0.32 0 0.11 228.13 0.63 0.72
Hex 89 9B E4 28 20 0 B E4 3F 48
Octal 211 233 344 50 40 0 13 344 77 110
Binary 10001001 10011011 11100100 101000 100000 0 1011 11100100 111111 1001000

Color Harmonies of #899BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BE4

Black with #899BE4

Text Example


Text Example

White with #899BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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