Html Css Color HEX #898CDD Portage

📋 copy color: '#898CDD'

red 137 ◦ green 140 ◦ blue 221

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

Shades of Portage #898CDD

Tints of Portage #898CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 27.51%
G = 28.11%
B = 44.38%

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

#898CDD (or 0x898CDD) is known color: Portage. HEX triplet: 89, 8C and DD. RGB value is (137,140,221). Sum of RGB (Red+Green+Blue) = 137+140+221=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #898CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CDD is #767322. Grayscale: #949494. Windows color (decimal): -7762723 or 14519433. OLE color: 14519433.

HSL color Cylindrical-coordinate representation of color #898CDD: hue angle of 237.86º degrees, saturation: 0.55, 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 #898CDD is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 140 221 -
CMYK 0.38 0.37 0 0.13
HSL 237.86º 0.55% 0.7% -
HSV(B) 237.86º 0.38% 0.87% -
XYZ 32.75 29.29 72.34 -
YUV 148.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 137 140 221 0.38 0.37 0 0.13 237.86 0.55 0.7
Hex 89 8C DD 26 25 0 D EE 37 46
Octal 211 214 335 46 45 0 15 356 67 106
Binary 10001001 10001100 11011101 100110 100101 0 1101 11101110 110111 1000110

Color Harmonies of #898CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898CDD

Black with #898CDD

Text Example


Text Example

White with #898CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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