Html Css Color HEX #898DE0 Portage

📋 copy color: '#898DE0'

red 137 ◦ green 141 ◦ blue 224

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

Shades of Portage #898DE0

Tints of Portage #898DE0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.09%

 BLUE value IS 224 (87.89% from 255) = 44.62%

R = 27.29%
G = 28.09%
B = 44.62%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#898DE0 (or 0x898DE0) is known color: Portage. HEX triplet: 89, 8D and E0. RGB value is (137,141,224). Sum of RGB (Red+Green+Blue) = 137+141+224=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #898DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DE0 is #76721F. Grayscale: #949494. Windows color (decimal): -7762464 or 14716297. OLE color: 14716297.

HSL color Cylindrical-coordinate representation of color #898DE0: hue angle of 237.24º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #898DE0 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 141 224 -
CMYK 0.39 0.37 0 0.12
HSL 237.24º 0.58% 0.71% -
HSV(B) 237.24º 0.39% 0.88% -
XYZ 33.3 29.75 74.51 -
YUV 149.27 170.17 119.25 -
System Red Green Blue C M Y K H S L
Decimal 137 141 224 0.39 0.37 0 0.12 237.24 0.58 0.71
Hex 89 8D E0 27 25 0 C ED 3A 47
Octal 211 215 340 47 45 0 14 355 72 107
Binary 10001001 10001101 11100000 100111 100101 0 1100 11101101 111010 1000111

Color Harmonies of #898DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898DE0

Black with #898DE0

Text Example


Text Example

White with #898DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,141,224); }

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

background-color css

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

 a { background-color: rgb(137,141,224); }

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

border-color css

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

 span { border-color: rgb(137,141,224); }

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