Html Css Color HEX #8985DD Portage

📋 copy color: '#8985DD'

red 137 ◦ green 133 ◦ blue 221

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

Shades of Portage #8985DD

Tints of Portage #8985DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.09%

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

R = 27.9%
G = 27.09%
B = 45.01%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8985DD (or 0x8985DD) is known color: Portage. HEX triplet: 89, 85 and DD. RGB value is (137,133,221). Sum of RGB (Red+Green+Blue) = 137+133+221=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #8985DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8985DD is #767A22. Grayscale: #8F8F8F. Windows color (decimal): -7764515 or 14517641. OLE color: 14517641.

HSL color Cylindrical-coordinate representation of color #8985DD: hue angle of 242.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8985DD is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 133 221 -
CMYK 0.38 0.40 0 0.13
HSL 242.73º 0.56% 0.69% -
HSV(B) 242.73º 0.4% 0.87% -
XYZ 31.76 27.31 72.01 -
YUV 144.23 171.33 122.84 -
System Red Green Blue C M Y K H S L
Decimal 137 133 221 0.38 0.40 0 0.13 242.73 0.56 0.69
Hex 89 85 DD 26 28 0 D F3 38 45
Octal 211 205 335 46 50 0 15 363 70 105
Binary 10001001 10000101 11011101 100110 101000 0 1101 11110011 111000 1000101

Color Harmonies of #8985DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8985DD

Black with #8985DD

Text Example


Text Example

White with #8985DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8985DD; }

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

 H1.HeaderClassName
 {
   color: #8985DD;
 }
 .AnyTagClassName
 {
   color: #8985DD;
 }
</style>

background-color css

<style>
 a { background-color: #8985DD; }

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

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

border-color css

<style>
 span { border-color: #8985DD; }

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

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