Html Css Color HEX #898DF2 Portage

📋 copy color: '#898DF2'

red 137 ◦ green 141 ◦ blue 242

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

Shades of Portage #898DF2

Tints of Portage #898DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.54%

R = 26.35%
G = 27.12%
B = 46.54%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#898DF2 (or 0x898DF2) is known color: Portage. HEX triplet: 89, 8D and F2. RGB value is (137,141,242). Sum of RGB (Red+Green+Blue) = 137+141+242=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #898DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898DF2 is #76720D. Grayscale: #969696. Windows color (decimal): -7762446 or 15895945. OLE color: 15895945.

HSL color Cylindrical-coordinate representation of color #898DF2: hue angle of 237.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #898DF2 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 141 242 -
CMYK 0.43 0.42 0 0.05
HSL 237.71º 0.8% 0.74% -
HSV(B) 237.71º 0.43% 0.95% -
XYZ 35.87 30.78 88.05 -
YUV 151.32 179.17 117.79 -
System Red Green Blue C M Y K H S L
Decimal 137 141 242 0.43 0.42 0 0.05 237.71 0.8 0.74
Hex 89 8D F2 2B 2A 0 5 EE 50 4A
Octal 211 215 362 53 52 0 5 356 120 112
Binary 10001001 10001101 11110010 101011 101010 0 101 11101110 1010000 1001010

Color Harmonies of #898DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898DF2

Black with #898DF2

Text Example


Text Example

White with #898DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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