Html Css Color HEX #898ADD Portage

📋 copy color: '#898ADD'

red 137 ◦ green 138 ◦ blue 221

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

Shades of Portage #898ADD

Tints of Portage #898ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 27.62%
G = 27.82%
B = 44.56%

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

#898ADD (or 0x898ADD) is known color: Portage. HEX triplet: 89, 8A and DD. RGB value is (137,138,221). Sum of RGB (Red+Green+Blue) = 137+138+221=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #898ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ADD is #767522. Grayscale: #929292. Windows color (decimal): -7763235 or 14518921. OLE color: 14518921.

HSL color Cylindrical-coordinate representation of color #898ADD: hue angle of 239.29º degrees, saturation: 0.55, 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 #898ADD is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 138 221 -
CMYK 0.38 0.38 0 0.13
HSL 239.29º 0.55% 0.7% -
HSV(B) 239.29º 0.38% 0.87% -
XYZ 32.46 28.72 72.24 -
YUV 147.16 169.67 120.75 -
System Red Green Blue C M Y K H S L
Decimal 137 138 221 0.38 0.38 0 0.13 239.29 0.55 0.7
Hex 89 8A DD 26 26 0 D EF 37 46
Octal 211 212 335 46 46 0 15 357 67 106
Binary 10001001 10001010 11011101 100110 100110 0 1101 11101111 110111 1000110

Color Harmonies of #898ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898ADD

Black with #898ADD

Text Example


Text Example

White with #898ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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