Html Css Color HEX #898BDE Portage

📋 copy color: '#898BDE'

red 137 ◦ green 139 ◦ blue 222

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

Shades of Portage #898BDE

Tints of Portage #898BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.58%

R = 27.51%
G = 27.91%
B = 44.58%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#898BDE (or 0x898BDE) is known color: Portage. HEX triplet: 89, 8B and DE. RGB value is (137,139,222). Sum of RGB (Red+Green+Blue) = 137+139+222=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #898BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BDE is #767421. Grayscale: #939393. Windows color (decimal): -7762978 or 14584713. OLE color: 14584713.

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

Color convert

RGB 137 139 222 -
CMYK 0.38 0.37 0 0.13
HSL 238.59º 0.56% 0.7% -
HSV(B) 238.59º 0.38% 0.87% -
XYZ 32.73 29.06 72.99 -
YUV 147.86 169.84 120.25 -
System Red Green Blue C M Y K H S L
Decimal 137 139 222 0.38 0.37 0 0.13 238.59 0.56 0.7
Hex 89 8B DE 26 25 0 D EF 38 46
Octal 211 213 336 46 45 0 15 357 70 106
Binary 10001001 10001011 11011110 100110 100101 0 1101 11101111 111000 1000110

Color Harmonies of #898BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898BDE

Black with #898BDE

Text Example


Text Example

White with #898BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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