Html Css Color HEX #8D9DCD Portage

📋 copy color: '#8D9DCD'

red 141 ◦ green 157 ◦ blue 205

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

Shades of Portage #8D9DCD

Tints of Portage #8D9DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.21%

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

R = 28.03%
G = 31.21%
B = 40.76%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D9DCD (or 0x8D9DCD) is known color: Portage. HEX triplet: 8D, 9D and CD. RGB value is (141,157,205). Sum of RGB (Red+Green+Blue) = 141+157+205=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D9DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9DCD is #726232. Grayscale: #9D9D9D. Windows color (decimal): -7496243 or 13475213. OLE color: 13475213.

HSL color Cylindrical-coordinate representation of color #8D9DCD: hue angle of 225º 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 #8D9DCD is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 157 205 -
CMYK 0.31 0.23 0 0.20
HSL 225º 0.39% 0.68% -
HSV(B) 225º 0.31% 0.8% -
XYZ 34.06 34.18 62.56 -
YUV 157.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 141 157 205 0.31 0.23 0 0.20 225 0.39 0.68
Hex 8D 9D CD 1F 17 0 14 E1 27 44
Octal 215 235 315 37 27 0 24 341 47 104
Binary 10001101 10011101 11001101 11111 10111 0 10100 11100001 100111 1000100

Color Harmonies of #8D9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9DCD

Black with #8D9DCD

Text Example


Text Example

White with #8D9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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