Html Css Color HEX #898FEE Portage

📋 copy color: '#898FEE'

red 137 ◦ green 143 ◦ blue 238

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

Shades of Portage #898FEE

Tints of Portage #898FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 26.45%
G = 27.61%
B = 45.95%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#898FEE (or 0x898FEE) is known color: Portage. HEX triplet: 89, 8F and EE. RGB value is (137,143,238). Sum of RGB (Red+Green+Blue) = 137+143+238=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #898FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898FEE is #767011. Grayscale: #979797. Windows color (decimal): -7761938 or 15634313. OLE color: 15634313.

HSL color Cylindrical-coordinate representation of color #898FEE: hue angle of 236.44º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #898FEE is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 143 238 -
CMYK 0.42 0.40 0 0.07
HSL 236.44º 0.75% 0.74% -
HSV(B) 236.44º 0.42% 0.93% -
XYZ 35.57 31.14 85.02 -
YUV 152.04 176.51 117.28 -
System Red Green Blue C M Y K H S L
Decimal 137 143 238 0.42 0.40 0 0.07 236.44 0.75 0.74
Hex 89 8F EE 2A 28 0 7 EC 4B 4A
Octal 211 217 356 52 50 0 7 354 113 112
Binary 10001001 10001111 11101110 101010 101000 0 111 11101100 1001011 1001010

Color Harmonies of #898FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898FEE

Black with #898FEE

Text Example


Text Example

White with #898FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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