Html Css Color HEX #898EE6 Portage

📋 copy color: '#898EE6'

red 137 ◦ green 142 ◦ blue 230

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

Shades of Portage #898EE6

Tints of Portage #898EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.19%

R = 26.92%
G = 27.9%
B = 45.19%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#898EE6 (or 0x898EE6) is known color: Portage. HEX triplet: 89, 8E and E6. RGB value is (137,142,230). Sum of RGB (Red+Green+Blue) = 137+142+230=509 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.92% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #898EE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898EE6 is #767119. Grayscale: #969696. Windows color (decimal): -7762202 or 15109769. OLE color: 15109769.

HSL color Cylindrical-coordinate representation of color #898EE6: hue angle of 236.77º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #898EE6 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 137 142 230 -
CMYK 0.40 0.38 0 0.10
HSL 236.77º 0.65% 0.72% -
HSV(B) 236.77º 0.4% 0.9% -
XYZ 34.27 30.38 78.92 -
YUV 150.54 172.84 118.34 -
System Red Green Blue C M Y K H S L
Decimal 137 142 230 0.40 0.38 0 0.10 236.77 0.65 0.72
Hex 89 8E E6 28 26 0 A ED 41 48
Octal 211 216 346 50 46 0 12 355 101 110
Binary 10001001 10001110 11100110 101000 100110 0 1010 11101101 1000001 1001000

Color Harmonies of #898EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898EE6

Black with #898EE6

Text Example


Text Example

White with #898EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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