Html Css Color HEX #899AE6 Portage

📋 copy color: '#899AE6'

red 137 ◦ green 154 ◦ blue 230

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

Shades of Portage #899AE6

Tints of Portage #899AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.15%

R = 26.3%
G = 29.56%
B = 44.15%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#899AE6 (or 0x899AE6) is known color: Portage. HEX triplet: 89, 9A and E6. RGB value is (137,154,230). Sum of RGB (Red+Green+Blue) = 137+154+230=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #899AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899AE6 is #766519. Grayscale: #9D9D9D. Windows color (decimal): -7759130 or 15112841. OLE color: 15112841.

HSL color Cylindrical-coordinate representation of color #899AE6: hue angle of 229.03º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #899AE6 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 137 154 230 -
CMYK 0.40 0.33 0 0.10
HSL 229.03º 0.65% 0.72% -
HSV(B) 229.03º 0.4% 0.9% -
XYZ 36.16 34.14 79.55 -
YUV 157.58 168.87 113.32 -
System Red Green Blue C M Y K H S L
Decimal 137 154 230 0.40 0.33 0 0.10 229.03 0.65 0.72
Hex 89 9A E6 28 21 0 A E5 41 48
Octal 211 232 346 50 41 0 12 345 101 110
Binary 10001001 10011010 11100110 101000 100001 0 1010 11100101 1000001 1001000

Color Harmonies of #899AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899AE6

Black with #899AE6

Text Example


Text Example

White with #899AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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