Html Css Color HEX #899BEC Portage

📋 copy color: '#899BEC'

red 137 ◦ green 155 ◦ blue 236

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

Shades of Portage #899BEC

Tints of Portage #899BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 25.95%
G = 29.36%
B = 44.7%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#899BEC (or 0x899BEC) is known color: Portage. HEX triplet: 89, 9B and EC. RGB value is (137,155,236). Sum of RGB (Red+Green+Blue) = 137+155+236=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #899BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BEC is #766413. Grayscale: #9E9E9E. Windows color (decimal): -7758868 or 15506313. OLE color: 15506313.

HSL color Cylindrical-coordinate representation of color #899BEC: hue angle of 229.09º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #899BEC is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 155 236 -
CMYK 0.42 0.34 0 0.07
HSL 229.09º 0.72% 0.73% -
HSV(B) 229.09º 0.42% 0.93% -
XYZ 37.18 34.82 84.12 -
YUV 158.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 137 155 236 0.42 0.34 0 0.07 229.09 0.72 0.73
Hex 89 9B EC 2A 22 0 7 E5 48 49
Octal 211 233 354 52 42 0 7 345 110 111
Binary 10001001 10011011 11101100 101010 100010 0 111 11100101 1001000 1001001

Color Harmonies of #899BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BEC

Black with #899BEC

Text Example


Text Example

White with #899BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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