Html Css Color HEX #8D9FDD Portage

📋 copy color: '#8D9FDD'

red 141 ◦ green 159 ◦ blue 221

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

Shades of Portage #8D9FDD

Tints of Portage #8D9FDD

RGB

 RED value IS 141 (55.47% from 255) = 27.06%

 GREEN value IS 159 (62.5% from 255) = 30.52%

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

R = 27.06%
G = 30.52%
B = 42.42%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D9FDD (or 0x8D9FDD) is known color: Portage. HEX triplet: 8D, 9F and DD. RGB value is (141,159,221). Sum of RGB (Red+Green+Blue) = 141+159+221=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D9FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9FDD is #726022. Grayscale: #A0A0A0. Windows color (decimal): -7495715 or 14524301. OLE color: 14524301.

HSL color Cylindrical-coordinate representation of color #8D9FDD: hue angle of 226.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D9FDD is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 159 221 -
CMYK 0.36 0.28 0 0.13
HSL 226.5º 0.54% 0.71% -
HSV(B) 226.5º 0.36% 0.87% -
XYZ 36.43 35.68 73.37 -
YUV 160.69 162.04 113.96 -
System Red Green Blue C M Y K H S L
Decimal 141 159 221 0.36 0.28 0 0.13 226.5 0.54 0.71
Hex 8D 9F DD 24 1C 0 D E2 36 47
Octal 215 237 335 44 34 0 15 342 66 107
Binary 10001101 10011111 11011101 100100 11100 0 1101 11100010 110110 1000111

Color Harmonies of #8D9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9FDD

Black with #8D9FDD

Text Example


Text Example

White with #8D9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D9FDD; }

 p { color: rgb(141,159,221); }

 H1.HeaderClassName
 {
   color: #8D9FDD;
 }
 .AnyTagClassName
 {
   color: #8D9FDD;
 }
</style>

background-color css

<style>
 a { background-color: #8D9FDD; }

 a { background-color: rgb(141,159,221); }

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

border-color css

<style>
 span { border-color: #8D9FDD; }

 span { border-color: rgb(141,159,221); }

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