Html Css Color HEX #899AEB Portage

📋 copy color: '#899AEB'

red 137 ◦ green 154 ◦ blue 235

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

Shades of Portage #899AEB

Tints of Portage #899AEB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.28%

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

R = 26.05%
G = 29.28%
B = 44.68%

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

#899AEB (or 0x899AEB) is known color: Portage. HEX triplet: 89, 9A and EB. RGB value is (137,154,235). Sum of RGB (Red+Green+Blue) = 137+154+235=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #899AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899AEB is #766514. Grayscale: #9D9D9D. Windows color (decimal): -7759125 or 15440521. OLE color: 15440521.

HSL color Cylindrical-coordinate representation of color #899AEB: hue angle of 229.59º 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 #899AEB is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 154 235 -
CMYK 0.42 0.34 0 0.08
HSL 229.59º 0.71% 0.73% -
HSV(B) 229.59º 0.42% 0.92% -
XYZ 36.87 34.43 83.3 -
YUV 158.15 171.37 112.91 -
System Red Green Blue C M Y K H S L
Decimal 137 154 235 0.42 0.34 0 0.08 229.59 0.71 0.73
Hex 89 9A EB 2A 22 0 8 E6 47 49
Octal 211 232 353 52 42 0 10 346 107 111
Binary 10001001 10011010 11101011 101010 100010 0 1000 11100110 1000111 1001001

Color Harmonies of #899AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899AEB

Black with #899AEB

Text Example


Text Example

White with #899AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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