Html Css Color HEX #898EDD Portage

📋 copy color: '#898EDD'

red 137 ◦ green 142 ◦ blue 221

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

Shades of Portage #898EDD

Tints of Portage #898EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.4%

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

R = 27.4%
G = 28.4%
B = 44.2%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#898EDD (or 0x898EDD) is known color: Portage. HEX triplet: 89, 8E and DD. RGB value is (137,142,221). Sum of RGB (Red+Green+Blue) = 137+142+221=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #898EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898EDD is #767122. Grayscale: #959595. Windows color (decimal): -7762211 or 14519945. OLE color: 14519945.

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

Color convert

RGB 137 142 221 -
CMYK 0.38 0.36 0 0.13
HSL 236.43º 0.55% 0.7% -
HSV(B) 236.43º 0.38% 0.87% -
XYZ 33.04 29.88 72.43 -
YUV 149.51 168.34 119.08 -
System Red Green Blue C M Y K H S L
Decimal 137 142 221 0.38 0.36 0 0.13 236.43 0.55 0.7
Hex 89 8E DD 26 24 0 D EC 37 46
Octal 211 216 335 46 44 0 15 354 67 106
Binary 10001001 10001110 11011101 100110 100100 0 1101 11101100 110111 1000110

Color Harmonies of #898EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898EDD

Black with #898EDD

Text Example


Text Example

White with #898EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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