Html Css Color HEX #898FEC Portage

📋 copy color: '#898FEC'

red 137 ◦ green 143 ◦ blue 236

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

Shades of Portage #898FEC

Tints of Portage #898FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.71%

 BLUE value IS 236 (92.58% from 255) = 45.74%

R = 26.55%
G = 27.71%
B = 45.74%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#898FEC (or 0x898FEC) is known color: Portage. HEX triplet: 89, 8F and EC. RGB value is (137,143,236). Sum of RGB (Red+Green+Blue) = 137+143+236=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #898FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898FEC is #767013. Grayscale: #979797. Windows color (decimal): -7761940 or 15503241. OLE color: 15503241.

HSL color Cylindrical-coordinate representation of color #898FEC: hue angle of 236.36º degrees, saturation: 0.72, 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 #898FEC is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 143 236 -
CMYK 0.42 0.39 0 0.07
HSL 236.36º 0.72% 0.73% -
HSV(B) 236.36º 0.42% 0.93% -
XYZ 35.28 31.02 83.48 -
YUV 151.81 175.51 117.44 -
System Red Green Blue C M Y K H S L
Decimal 137 143 236 0.42 0.39 0 0.07 236.36 0.72 0.73
Hex 89 8F EC 2A 27 0 7 EC 48 49
Octal 211 217 354 52 47 0 7 354 110 111
Binary 10001001 10001111 11101100 101010 100111 0 111 11101100 1001000 1001001

Color Harmonies of #898FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898FEC

Black with #898FEC

Text Example


Text Example

White with #898FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,143,236); }

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

background-color css

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

 a { background-color: rgb(137,143,236); }

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

border-color css

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

 span { border-color: rgb(137,143,236); }

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