Html Css Color HEX #898BDC Portage

📋 copy color: '#898BDC'

red 137 ◦ green 139 ◦ blue 220

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

Shades of Portage #898BDC

Tints of Portage #898BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.02%

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 27.62%
G = 28.02%
B = 44.35%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#898BDC (or 0x898BDC) is known color: Portage. HEX triplet: 89, 8B and DC. RGB value is (137,139,220). Sum of RGB (Red+Green+Blue) = 137+139+220=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #898BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BDC is #767423. Grayscale: #939393. Windows color (decimal): -7762980 or 14453641. OLE color: 14453641.

HSL color Cylindrical-coordinate representation of color #898BDC: hue angle of 238.55º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #898BDC is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 139 220 -
CMYK 0.38 0.37 0 0.14
HSL 238.55º 0.54% 0.7% -
HSV(B) 238.55º 0.38% 0.86% -
XYZ 32.47 28.95 71.59 -
YUV 147.64 168.84 120.41 -
System Red Green Blue C M Y K H S L
Decimal 137 139 220 0.38 0.37 0 0.14 238.55 0.54 0.7
Hex 89 8B DC 26 25 0 E EF 36 46
Octal 211 213 334 46 45 0 16 357 66 106
Binary 10001001 10001011 11011100 100110 100101 0 1110 11101111 110110 1000110

Color Harmonies of #898BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898BDC

Black with #898BDC

Text Example


Text Example

White with #898BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,139,220); }

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

background-color css

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

 a { background-color: rgb(137,139,220); }

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

border-color css

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

 span { border-color: rgb(137,139,220); }

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