Html Css Color HEX #8D9ECE Portage

📋 copy color: '#8D9ECE'

red 141 ◦ green 158 ◦ blue 206

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

Shades of Portage #8D9ECE

Tints of Portage #8D9ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 27.92%
G = 31.29%
B = 40.79%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8D9ECE (or 0x8D9ECE) is known color: Portage. HEX triplet: 8D, 9E and CE. RGB value is (141,158,206). Sum of RGB (Red+Green+Blue) = 141+158+206=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D9ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ECE is #726131. Grayscale: #9E9E9E. Windows color (decimal): -7495986 or 13541005. OLE color: 13541005.

HSL color Cylindrical-coordinate representation of color #8D9ECE: hue angle of 224.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D9ECE is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 158 206 -
CMYK 0.32 0.23 0 0.19
HSL 224.31º 0.4% 0.68% -
HSV(B) 224.31º 0.32% 0.81% -
XYZ 34.35 34.57 63.26 -
YUV 158.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 141 158 206 0.32 0.23 0 0.19 224.31 0.4 0.68
Hex 8D 9E CE 20 17 0 13 E0 28 44
Octal 215 236 316 40 27 0 23 340 50 104
Binary 10001101 10011110 11001110 100000 10111 0 10011 11100000 101000 1000100

Color Harmonies of #8D9ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9ECE

Black with #8D9ECE

Text Example


Text Example

White with #8D9ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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