Html Css Color HEX #899BEB Portage

📋 copy color: '#899BEB'

red 137 ◦ green 155 ◦ blue 235

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

Shades of Portage #899BEB

Tints of Portage #899BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.59%

R = 26%
G = 29.41%
B = 44.59%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#899BEB (or 0x899BEB) is known color: Portage. HEX triplet: 89, 9B and EB. RGB value is (137,155,235). Sum of RGB (Red+Green+Blue) = 137+155+235=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #899BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BEB is #766414. Grayscale: #9E9E9E. Windows color (decimal): -7758869 or 15440777. OLE color: 15440777.

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

Color convert

RGB 137 155 235 -
CMYK 0.42 0.34 0 0.08
HSL 228.98º 0.71% 0.73% -
HSV(B) 228.98º 0.42% 0.92% -
XYZ 37.03 34.76 83.35 -
YUV 158.74 171.04 112.5 -
System Red Green Blue C M Y K H S L
Decimal 137 155 235 0.42 0.34 0 0.08 228.98 0.71 0.73
Hex 89 9B EB 2A 22 0 8 E5 47 49
Octal 211 233 353 52 42 0 10 345 107 111
Binary 10001001 10011011 11101011 101010 100010 0 1000 11100101 1000111 1001001

Color Harmonies of #899BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BEB

Black with #899BEB

Text Example


Text Example

White with #899BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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