Html Css Color HEX #898ECD Portage

📋 copy color: '#898ECD'

red 137 ◦ green 142 ◦ blue 205

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

Shades of Portage #898ECD

Tints of Portage #898ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 28.31%
G = 29.34%
B = 42.36%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#898ECD (or 0x898ECD) is known color: Portage. HEX triplet: 89, 8E and CD. RGB value is (137,142,205). Sum of RGB (Red+Green+Blue) = 137+142+205=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #898ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ECD is #767132. Grayscale: #939393. Windows color (decimal): -7762227 or 13471369. OLE color: 13471369.

HSL color Cylindrical-coordinate representation of color #898ECD: hue angle of 235.59º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #898ECD is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 142 205 -
CMYK 0.33 0.31 0 0.20
HSL 235.59º 0.4% 0.67% -
HSV(B) 235.59º 0.33% 0.8% -
XYZ 31.01 29.07 61.73 -
YUV 147.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 137 142 205 0.33 0.31 0 0.20 235.59 0.4 0.67
Hex 89 8E CD 21 1F 0 14 EC 28 43
Octal 211 216 315 41 37 0 24 354 50 103
Binary 10001001 10001110 11001101 100001 11111 0 10100 11101100 101000 1000011

Color Harmonies of #898ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898ECD

Black with #898ECD

Text Example


Text Example

White with #898ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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