Html Css Color HEX #898EED Portage

📋 copy color: '#898EED'

red 137 ◦ green 142 ◦ blue 237

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

Shades of Portage #898EED

Tints of Portage #898EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.93%

R = 26.55%
G = 27.52%
B = 45.93%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#898EED (or 0x898EED) is known color: Portage. HEX triplet: 89, 8E and ED. RGB value is (137,142,237). Sum of RGB (Red+Green+Blue) = 137+142+237=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #898EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898EED is #767112. Grayscale: #969696. Windows color (decimal): -7762195 or 15568521. OLE color: 15568521.

HSL color Cylindrical-coordinate representation of color #898EED: hue angle of 237º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #898EED is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 142 237 -
CMYK 0.42 0.40 0 0.07
HSL 237º 0.74% 0.73% -
HSV(B) 237º 0.42% 0.93% -
XYZ 35.28 30.78 84.2 -
YUV 151.34 176.34 117.78 -
System Red Green Blue C M Y K H S L
Decimal 137 142 237 0.42 0.40 0 0.07 237 0.74 0.73
Hex 89 8E ED 2A 28 0 7 ED 4A 49
Octal 211 216 355 52 50 0 7 355 112 111
Binary 10001001 10001110 11101101 101010 101000 0 111 11101101 1001010 1001001

Color Harmonies of #898EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898EED

Black with #898EED

Text Example


Text Example

White with #898EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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