Html Css Color HEX #898ACE Portage

📋 copy color: '#898ACE'

red 137 ◦ green 138 ◦ blue 206

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

Shades of Portage #898ACE

Tints of Portage #898ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.69%

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 28.48%
G = 28.69%
B = 42.83%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#898ACE (or 0x898ACE) is known color: Portage. HEX triplet: 89, 8A and CE. RGB value is (137,138,206). Sum of RGB (Red+Green+Blue) = 137+138+206=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #898ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ACE is #767531. Grayscale: #919191. Windows color (decimal): -7763250 or 13535881. OLE color: 13535881.

HSL color Cylindrical-coordinate representation of color #898ACE: hue angle of 239.13º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #898ACE is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 138 206 -
CMYK 0.33 0.33 0 0.19
HSL 239.13º 0.41% 0.67% -
HSV(B) 239.13º 0.33% 0.81% -
XYZ 30.55 27.95 62.18 -
YUV 145.45 162.17 121.97 -
System Red Green Blue C M Y K H S L
Decimal 137 138 206 0.33 0.33 0 0.19 239.13 0.41 0.67
Hex 89 8A CE 21 21 0 13 EF 29 43
Octal 211 212 316 41 41 0 23 357 51 103
Binary 10001001 10001010 11001110 100001 100001 0 10011 11101111 101001 1000011

Color Harmonies of #898ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898ACE

Black with #898ACE

Text Example


Text Example

White with #898ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898ACE; }

 p { color: rgb(137,138,206); }

 H1.HeaderClassName
 {
   color: #898ACE;
 }
 .AnyTagClassName
 {
   color: #898ACE;
 }
</style>

background-color css

<style>
 a { background-color: #898ACE; }

 a { background-color: rgb(137,138,206); }

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

border-color css

<style>
 span { border-color: #898ACE; }

 span { border-color: rgb(137,138,206); }

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