Html Css Color HEX #898EEB Portage

📋 copy color: '#898EEB'

red 137 ◦ green 142 ◦ blue 235

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

Shades of Portage #898EEB

Tints of Portage #898EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.72%

R = 26.65%
G = 27.63%
B = 45.72%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#898EEB (or 0x898EEB) is known color: Portage. HEX triplet: 89, 8E and EB. RGB value is (137,142,235). Sum of RGB (Red+Green+Blue) = 137+142+235=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #898EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898EEB is #767114. Grayscale: #969696. Windows color (decimal): -7762197 or 15437449. OLE color: 15437449.

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

Color convert

RGB 137 142 235 -
CMYK 0.42 0.40 0 0.08
HSL 236.94º 0.71% 0.73% -
HSV(B) 236.94º 0.42% 0.92% -
XYZ 34.98 30.66 82.67 -
YUV 151.11 175.34 117.94 -
System Red Green Blue C M Y K H S L
Decimal 137 142 235 0.42 0.40 0 0.08 236.94 0.71 0.73
Hex 89 8E EB 2A 28 0 8 ED 47 49
Octal 211 216 353 52 50 0 10 355 107 111
Binary 10001001 10001110 11101011 101010 101000 0 1000 11101101 1000111 1001001

Color Harmonies of #898EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898EEB

Black with #898EEB

Text Example


Text Example

White with #898EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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