Html Css Color HEX #898EEF Portage

📋 copy color: '#898EEF'

red 137 ◦ green 142 ◦ blue 239

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

Shades of Portage #898EEF

Tints of Portage #898EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 26.45%
G = 27.41%
B = 46.14%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#898EEF (or 0x898EEF) is known color: Portage. HEX triplet: 89, 8E and EF. RGB value is (137,142,239). Sum of RGB (Red+Green+Blue) = 137+142+239=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #898EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898EEF is #767110. Grayscale: #979797. Windows color (decimal): -7762193 or 15699593. OLE color: 15699593.

HSL color Cylindrical-coordinate representation of color #898EEF: hue angle of 237.06º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #898EEF is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 142 239 -
CMYK 0.43 0.41 0 0.06
HSL 237.06º 0.76% 0.74% -
HSV(B) 237.06º 0.43% 0.94% -
XYZ 35.57 30.9 85.75 -
YUV 151.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 137 142 239 0.43 0.41 0 0.06 237.06 0.76 0.74
Hex 89 8E EF 2B 29 0 6 ED 4C 4A
Octal 211 216 357 53 51 0 6 355 114 112
Binary 10001001 10001110 11101111 101011 101001 0 110 11101101 1001100 1001010

Color Harmonies of #898EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898EEF

Black with #898EEF

Text Example


Text Example

White with #898EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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