Html Css Color HEX #8D9BCD Portage

📋 copy color: '#8D9BCD'

red 141 ◦ green 155 ◦ blue 205

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

Shades of Portage #8D9BCD

Tints of Portage #8D9BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.94%

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

R = 28.14%
G = 30.94%
B = 40.92%

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

#8D9BCD (or 0x8D9BCD) is known color: Portage. HEX triplet: 8D, 9B and CD. RGB value is (141,155,205). Sum of RGB (Red+Green+Blue) = 141+155+205=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D9BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9BCD is #726432. Grayscale: #9C9C9C. Windows color (decimal): -7496755 or 13474701. OLE color: 13474701.

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

Color convert

RGB 141 155 205 -
CMYK 0.31 0.24 0 0.20
HSL 226.88º 0.39% 0.68% -
HSV(B) 226.88º 0.31% 0.8% -
XYZ 33.73 33.51 62.45 -
YUV 156.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 141 155 205 0.31 0.24 0 0.20 226.88 0.39 0.68
Hex 8D 9B CD 1F 18 0 14 E3 27 44
Octal 215 233 315 37 30 0 24 343 47 104
Binary 10001101 10011011 11001101 11111 11000 0 10100 11100011 100111 1000100

Color Harmonies of #8D9BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9BCD

Black with #8D9BCD

Text Example


Text Example

White with #8D9BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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