Html Css Color HEX #898CD1 Portage

📋 copy color: '#898CD1'

red 137 ◦ green 140 ◦ blue 209

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

Shades of Portage #898CD1

Tints of Portage #898CD1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.81%

 BLUE value IS 209 (82.03% from 255) = 43%

R = 28.19%
G = 28.81%
B = 43%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#898CD1 (or 0x898CD1) is known color: Portage. HEX triplet: 89, 8C and D1. RGB value is (137,140,209). Sum of RGB (Red+Green+Blue) = 137+140+209=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #898CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CD1 is #76732E. Grayscale: #929292. Windows color (decimal): -7762735 or 13733001. OLE color: 13733001.

HSL color Cylindrical-coordinate representation of color #898CD1: hue angle of 237.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #898CD1 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 140 209 -
CMYK 0.34 0.33 0 0.18
HSL 237.5º 0.44% 0.68% -
HSV(B) 237.5º 0.34% 0.82% -
XYZ 31.2 28.68 64.21 -
YUV 146.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 137 140 209 0.34 0.33 0 0.18 237.5 0.44 0.68
Hex 89 8C D1 22 21 0 12 EE 2C 44
Octal 211 214 321 42 41 0 22 356 54 104
Binary 10001001 10001100 11010001 100010 100001 0 10010 11101110 101100 1000100

Color Harmonies of #898CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898CD1

Black with #898CD1

Text Example


Text Example

White with #898CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,140,209); }

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

background-color css

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

 a { background-color: rgb(137,140,209); }

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

border-color css

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

 span { border-color: rgb(137,140,209); }

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