Html Css Color HEX #898DF6 Portage

📋 copy color: '#898DF6'

red 137 ◦ green 141 ◦ blue 246

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

Shades of Portage #898DF6

Tints of Portage #898DF6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.91%

 BLUE value IS 246 (96.48% from 255) = 46.95%

R = 26.15%
G = 26.91%
B = 46.95%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#898DF6 (or 0x898DF6) is known color: Portage. HEX triplet: 89, 8D and F6. RGB value is (137,141,246). Sum of RGB (Red+Green+Blue) = 137+141+246=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #898DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898DF6 is #767209. Grayscale: #979797. Windows color (decimal): -7762442 or 16158089. OLE color: 16158089.

HSL color Cylindrical-coordinate representation of color #898DF6: hue angle of 237.8º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #898DF6 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 137 141 246 -
CMYK 0.44 0.43 0 0.04
HSL 237.8º 0.86% 0.75% -
HSV(B) 237.8º 0.44% 0.96% -
XYZ 36.48 31.02 91.25 -
YUV 151.77 181.17 117.46 -
System Red Green Blue C M Y K H S L
Decimal 137 141 246 0.44 0.43 0 0.04 237.8 0.86 0.75
Hex 89 8D F6 2C 2B 0 4 EE 56 4B
Octal 211 215 366 54 53 0 4 356 126 113
Binary 10001001 10001101 11110110 101100 101011 0 100 11101110 1010110 1001011

Color Harmonies of #898DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898DF6

Black with #898DF6

Text Example


Text Example

White with #898DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,141,246); }

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

background-color css

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

 a { background-color: rgb(137,141,246); }

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

border-color css

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

 span { border-color: rgb(137,141,246); }

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