Html Css Color HEX #898ADE Portage

📋 copy color: '#898ADE'

red 137 ◦ green 138 ◦ blue 222

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

Shades of Portage #898ADE

Tints of Portage #898ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 27.57%
G = 27.77%
B = 44.67%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#898ADE (or 0x898ADE) is known color: Portage. HEX triplet: 89, 8A and DE. RGB value is (137,138,222). Sum of RGB (Red+Green+Blue) = 137+138+222=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #898ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ADE is #767521. Grayscale: #929292. Windows color (decimal): -7763234 or 14584457. OLE color: 14584457.

HSL color Cylindrical-coordinate representation of color #898ADE: hue angle of 239.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #898ADE is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 138 222 -
CMYK 0.38 0.38 0 0.13
HSL 239.29º 0.56% 0.7% -
HSV(B) 239.29º 0.38% 0.87% -
XYZ 32.59 28.77 72.94 -
YUV 147.28 170.17 120.67 -
System Red Green Blue C M Y K H S L
Decimal 137 138 222 0.38 0.38 0 0.13 239.29 0.56 0.7
Hex 89 8A DE 26 26 0 D EF 38 46
Octal 211 212 336 46 46 0 15 357 70 106
Binary 10001001 10001010 11011110 100110 100110 0 1101 11101111 111000 1000110

Color Harmonies of #898ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898ADE

Black with #898ADE

Text Example


Text Example

White with #898ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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