Html Css Color HEX #898FDB Portage

📋 copy color: '#898FDB'

red 137 ◦ green 143 ◦ blue 219

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

Shades of Portage #898FDB

Tints of Portage #898FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.66%

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 27.45%
G = 28.66%
B = 43.89%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#898FDB (or 0x898FDB) is known color: Portage. HEX triplet: 89, 8F and DB. RGB value is (137,143,219). Sum of RGB (Red+Green+Blue) = 137+143+219=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #898FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FDB is #767024. Grayscale: #959595. Windows color (decimal): -7761957 or 14389129. OLE color: 14389129.

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

Color convert

RGB 137 143 219 -
CMYK 0.37 0.35 0 0.14
HSL 235.61º 0.53% 0.7% -
HSV(B) 235.61º 0.37% 0.86% -
XYZ 32.93 30.08 71.09 -
YUV 149.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 137 143 219 0.37 0.35 0 0.14 235.61 0.53 0.7
Hex 89 8F DB 25 23 0 E EC 35 46
Octal 211 217 333 45 43 0 16 354 65 106
Binary 10001001 10001111 11011011 100101 100011 0 1110 11101100 110101 1000110

Color Harmonies of #898FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898FDB

Black with #898FDB

Text Example


Text Example

White with #898FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,143,219); }

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

background-color css

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

 a { background-color: rgb(137,143,219); }

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

border-color css

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

 span { border-color: rgb(137,143,219); }

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