Html Css Color HEX #899AEE Portage

📋 copy color: '#899AEE'

red 137 ◦ green 154 ◦ blue 238

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

Shades of Portage #899AEE

Tints of Portage #899AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.99%

R = 25.9%
G = 29.11%
B = 44.99%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#899AEE (or 0x899AEE) is known color: Portage. HEX triplet: 89, 9A and EE. RGB value is (137,154,238). Sum of RGB (Red+Green+Blue) = 137+154+238=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #899AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899AEE is #766511. Grayscale: #9E9E9E. Windows color (decimal): -7759122 or 15637129. OLE color: 15637129.

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

Color convert

RGB 137 154 238 -
CMYK 0.42 0.35 0 0.07
HSL 229.9º 0.75% 0.74% -
HSV(B) 229.9º 0.42% 0.93% -
XYZ 37.3 34.6 85.6 -
YUV 158.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 137 154 238 0.42 0.35 0 0.07 229.9 0.75 0.74
Hex 89 9A EE 2A 23 0 7 E6 4B 4A
Octal 211 232 356 52 43 0 7 346 113 112
Binary 10001001 10011010 11101110 101010 100011 0 111 11100110 1001011 1001010

Color Harmonies of #899AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899AEE

Black with #899AEE

Text Example


Text Example

White with #899AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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