Html Css Color HEX #898BDF Portage

📋 copy color: '#898BDF'

red 137 ◦ green 139 ◦ blue 223

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

Shades of Portage #898BDF

Tints of Portage #898BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 27.45%
G = 27.86%
B = 44.69%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#898BDF (or 0x898BDF) is known color: Portage. HEX triplet: 89, 8B and DF. RGB value is (137,139,223). Sum of RGB (Red+Green+Blue) = 137+139+223=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #898BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BDF is #767420. Grayscale: #939393. Windows color (decimal): -7762977 or 14650249. OLE color: 14650249.

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

Color convert

RGB 137 139 223 -
CMYK 0.39 0.38 0 0.13
HSL 238.6º 0.57% 0.71% -
HSV(B) 238.6º 0.39% 0.87% -
XYZ 32.87 29.11 73.7 -
YUV 147.98 170.34 120.17 -
System Red Green Blue C M Y K H S L
Decimal 137 139 223 0.39 0.38 0 0.13 238.6 0.57 0.71
Hex 89 8B DF 27 26 0 D EF 39 47
Octal 211 213 337 47 46 0 15 357 71 107
Binary 10001001 10001011 11011111 100111 100110 0 1101 11101111 111001 1000111

Color Harmonies of #898BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898BDF

Black with #898BDF

Text Example


Text Example

White with #898BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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