Html Css Color HEX #899BE8 Portage

📋 copy color: '#899BE8'

red 137 ◦ green 155 ◦ blue 232

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

Shades of Portage #899BE8

Tints of Portage #899BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.27%

R = 26.15%
G = 29.58%
B = 44.27%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#899BE8 (or 0x899BE8) is known color: Portage. HEX triplet: 89, 9B and E8. RGB value is (137,155,232). Sum of RGB (Red+Green+Blue) = 137+155+232=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #899BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BE8 is #766417. Grayscale: #9E9E9E. Windows color (decimal): -7758872 or 15244169. OLE color: 15244169.

HSL color Cylindrical-coordinate representation of color #899BE8: hue angle of 228.63º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #899BE8 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 137 155 232 -
CMYK 0.41 0.33 0 0.09
HSL 228.63º 0.67% 0.72% -
HSV(B) 228.63º 0.41% 0.91% -
XYZ 36.6 34.59 81.09 -
YUV 158.4 169.54 112.74 -
System Red Green Blue C M Y K H S L
Decimal 137 155 232 0.41 0.33 0 0.09 228.63 0.67 0.72
Hex 89 9B E8 29 21 0 9 E5 43 48
Octal 211 233 350 51 41 0 11 345 103 110
Binary 10001001 10011011 11101000 101001 100001 0 1001 11100101 1000011 1001000

Color Harmonies of #899BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BE8

Black with #899BE8

Text Example


Text Example

White with #899BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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