Html Css Color HEX #898EEA Portage

📋 copy color: '#898EEA'

red 137 ◦ green 142 ◦ blue 234

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

Shades of Portage #898EEA

Tints of Portage #898EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.61%

R = 26.71%
G = 27.68%
B = 45.61%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#898EEA (or 0x898EEA) is known color: Portage. HEX triplet: 89, 8E and EA. RGB value is (137,142,234). Sum of RGB (Red+Green+Blue) = 137+142+234=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #898EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898EEA is #767115. Grayscale: #969696. Windows color (decimal): -7762198 or 15371913. OLE color: 15371913.

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

Color convert

RGB 137 142 234 -
CMYK 0.41 0.39 0 0.08
HSL 236.91º 0.7% 0.73% -
HSV(B) 236.91º 0.41% 0.92% -
XYZ 34.84 30.6 81.91 -
YUV 150.99 174.84 118.02 -
System Red Green Blue C M Y K H S L
Decimal 137 142 234 0.41 0.39 0 0.08 236.91 0.7 0.73
Hex 89 8E EA 29 27 0 8 ED 46 49
Octal 211 216 352 51 47 0 10 355 106 111
Binary 10001001 10001110 11101010 101001 100111 0 1000 11101101 1000110 1001001

Color Harmonies of #898EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898EEA

Black with #898EEA

Text Example


Text Example

White with #898EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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