Html Css Color HEX #8D9ECC Portage

📋 copy color: '#8D9ECC'

red 141 ◦ green 158 ◦ blue 204

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

Shades of Portage #8D9ECC

Tints of Portage #8D9ECC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.41%

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

R = 28.03%
G = 31.41%
B = 40.56%

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

#8D9ECC (or 0x8D9ECC) is known color: Portage. HEX triplet: 8D, 9E and CC. RGB value is (141,158,204). Sum of RGB (Red+Green+Blue) = 141+158+204=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ECC is #726133. Grayscale: #9D9D9D. Windows color (decimal): -7495988 or 13409933. OLE color: 13409933.

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

Color convert

RGB 141 158 204 -
CMYK 0.31 0.23 0 0.2
HSL 223.81º 0.38% 0.68% -
HSV(B) 223.81º 0.31% 0.8% -
XYZ 34.11 34.48 61.98 -
YUV 158.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 141 158 204 0.31 0.23 0 0.2 223.81 0.38 0.68
Hex 8D 9E CC 1F 17 0 14 E0 26 44
Octal 215 236 314 37 27 0 24 340 46 104
Binary 10001101 10011110 11001100 11111 10111 0 10100 11100000 100110 1000100

Color Harmonies of #8D9ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9ECC

Black with #8D9ECC

Text Example


Text Example

White with #8D9ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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