Html Css Color HEX #898FE2 Portage

📋 copy color: '#898FE2'

red 137 ◦ green 143 ◦ blue 226

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

Shades of Portage #898FE2

Tints of Portage #898FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.66%

R = 27.08%
G = 28.26%
B = 44.66%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#898FE2 (or 0x898FE2) is known color: Portage. HEX triplet: 89, 8F and E2. RGB value is (137,143,226). Sum of RGB (Red+Green+Blue) = 137+143+226=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 226 - color contains mainly: blue. Hex color #898FE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FE2 is #76701D. Grayscale: #969696. Windows color (decimal): -7761950 or 14847881. OLE color: 14847881.

HSL color Cylindrical-coordinate representation of color #898FE2: hue angle of 235.96º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #898FE2 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 137 143 226 -
CMYK 0.39 0.37 0 0.11
HSL 235.96º 0.61% 0.71% -
HSV(B) 235.96º 0.39% 0.89% -
XYZ 33.87 30.45 76.04 -
YUV 150.67 170.51 118.25 -
System Red Green Blue C M Y K H S L
Decimal 137 143 226 0.39 0.37 0 0.11 235.96 0.61 0.71
Hex 89 8F E2 27 25 0 B EC 3D 47
Octal 211 217 342 47 45 0 13 354 75 107
Binary 10001001 10001111 11100010 100111 100101 0 1011 11101100 111101 1000111

Color Harmonies of #898FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898FE2

Black with #898FE2

Text Example


Text Example

White with #898FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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