Html Css Color HEX #898BDA Portage

📋 copy color: '#898BDA'

red 137 ◦ green 139 ◦ blue 218

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

Shades of Portage #898BDA

Tints of Portage #898BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 27.73%
G = 28.14%
B = 44.13%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#898BDA (or 0x898BDA) is known color: Portage. HEX triplet: 89, 8B and DA. RGB value is (137,139,218). Sum of RGB (Red+Green+Blue) = 137+139+218=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #898BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BDA is #767425. Grayscale: #939393. Windows color (decimal): -7762982 or 14322569. OLE color: 14322569.

HSL color Cylindrical-coordinate representation of color #898BDA: hue angle of 238.52º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #898BDA is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 139 218 -
CMYK 0.37 0.36 0 0.15
HSL 238.52º 0.52% 0.7% -
HSV(B) 238.52º 0.37% 0.85% -
XYZ 32.2 28.85 70.2 -
YUV 147.41 167.84 120.58 -
System Red Green Blue C M Y K H S L
Decimal 137 139 218 0.37 0.36 0 0.15 238.52 0.52 0.7
Hex 89 8B DA 25 24 0 F EF 34 46
Octal 211 213 332 45 44 0 17 357 64 106
Binary 10001001 10001011 11011010 100101 100100 0 1111 11101111 110100 1000110

Color Harmonies of #898BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898BDA

Black with #898BDA

Text Example


Text Example

White with #898BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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