Html Css Color HEX #8D9FDC Portage

📋 copy color: '#8D9FDC'

red 141 ◦ green 159 ◦ blue 220

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

Shades of Portage #8D9FDC

Tints of Portage #8D9FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.31%

R = 27.12%
G = 30.58%
B = 42.31%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D9FDC (or 0x8D9FDC) is known color: Portage. HEX triplet: 8D, 9F and DC. RGB value is (141,159,220). Sum of RGB (Red+Green+Blue) = 141+159+220=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D9FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9FDC is #726023. Grayscale: #A0A0A0. Windows color (decimal): -7495716 or 14458765. OLE color: 14458765.

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

Color convert

RGB 141 159 220 -
CMYK 0.36 0.28 0 0.14
HSL 226.33º 0.53% 0.71% -
HSV(B) 226.33º 0.36% 0.86% -
XYZ 36.3 35.63 72.67 -
YUV 160.57 161.54 114.04 -
System Red Green Blue C M Y K H S L
Decimal 141 159 220 0.36 0.28 0 0.14 226.33 0.53 0.71
Hex 8D 9F DC 24 1C 0 E E2 35 47
Octal 215 237 334 44 34 0 16 342 65 107
Binary 10001101 10011111 11011100 100100 11100 0 1110 11100010 110101 1000111

Color Harmonies of #8D9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9FDC

Black with #8D9FDC

Text Example


Text Example

White with #8D9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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