Html Css Color HEX #8D9CCD Portage

📋 copy color: '#8D9CCD'

red 141 ◦ green 156 ◦ blue 205

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

Shades of Portage #8D9CCD

Tints of Portage #8D9CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.08%

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 28.09%
G = 31.08%
B = 40.84%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D9CCD (or 0x8D9CCD) is known color: Portage. HEX triplet: 8D, 9C and CD. RGB value is (141,156,205). Sum of RGB (Red+Green+Blue) = 141+156+205=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9CCD is #726332. Grayscale: #9C9C9C. Windows color (decimal): -7496499 or 13474957. OLE color: 13474957.

HSL color Cylindrical-coordinate representation of color #8D9CCD: hue angle of 225.94º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D9CCD is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 156 205 -
CMYK 0.31 0.24 0 0.20
HSL 225.94º 0.39% 0.68% -
HSV(B) 225.94º 0.31% 0.8% -
XYZ 33.89 33.85 62.5 -
YUV 157.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 141 156 205 0.31 0.24 0 0.20 225.94 0.39 0.68
Hex 8D 9C CD 1F 18 0 14 E2 27 44
Octal 215 234 315 37 30 0 24 342 47 104
Binary 10001101 10011100 11001101 11111 11000 0 10100 11100010 100111 1000100

Color Harmonies of #8D9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9CCD

Black with #8D9CCD

Text Example


Text Example

White with #8D9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,156,205); }

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

background-color css

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

 a { background-color: rgb(141,156,205); }

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

border-color css

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

 span { border-color: rgb(141,156,205); }

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