Html Css Color HEX #8D9DCC Portage

📋 copy color: '#8D9DCC'

red 141 ◦ green 157 ◦ blue 204

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

Shades of Portage #8D9DCC

Tints of Portage #8D9DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 28.09%
G = 31.27%
B = 40.64%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8D9DCC (or 0x8D9DCC) is known color: Portage. HEX triplet: 8D, 9D and CC. RGB value is (141,157,204). Sum of RGB (Red+Green+Blue) = 141+157+204=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D9DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9DCC is #726233. Grayscale: #9D9D9D. Windows color (decimal): -7496244 or 13409677. OLE color: 13409677.

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

Color convert

RGB 141 157 204 -
CMYK 0.31 0.23 0 0.2
HSL 224.76º 0.38% 0.68% -
HSV(B) 224.76º 0.31% 0.8% -
XYZ 33.94 34.14 61.93 -
YUV 157.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 141 157 204 0.31 0.23 0 0.2 224.76 0.38 0.68
Hex 8D 9D CC 1F 17 0 14 E1 26 44
Octal 215 235 314 37 27 0 24 341 46 104
Binary 10001101 10011101 11001100 11111 10111 0 10100 11100001 100110 1000100

Color Harmonies of #8D9DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9DCC

Black with #8D9DCC

Text Example


Text Example

White with #8D9DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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