Html Css Color HEX #898EDE Portage

📋 copy color: '#898EDE'

red 137 ◦ green 142 ◦ blue 222

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

Shades of Portage #898EDE

Tints of Portage #898EDE

RGB

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

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

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

R = 27.35%
G = 28.34%
B = 44.31%

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

#898EDE (or 0x898EDE) is known color: Portage. HEX triplet: 89, 8E and DE. RGB value is (137,142,222). Sum of RGB (Red+Green+Blue) = 137+142+222=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #898EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898EDE is #767121. Grayscale: #959595. Windows color (decimal): -7762210 or 14585481. OLE color: 14585481.

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

Color convert

RGB 137 142 222 -
CMYK 0.38 0.36 0 0.13
HSL 236.47º 0.56% 0.7% -
HSV(B) 236.47º 0.38% 0.87% -
XYZ 33.17 29.94 73.14 -
YUV 149.63 168.84 119 -
System Red Green Blue C M Y K H S L
Decimal 137 142 222 0.38 0.36 0 0.13 236.47 0.56 0.7
Hex 89 8E DE 26 24 0 D EC 38 46
Octal 211 216 336 46 44 0 15 354 70 106
Binary 10001001 10001110 11011110 100110 100100 0 1101 11101100 111000 1000110

Color Harmonies of #898EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898EDE

Black with #898EDE

Text Example


Text Example

White with #898EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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