Html Css Color HEX #8C9ECD Portage

📋 copy color: '#8C9ECD'

red 140 ◦ green 158 ◦ blue 205

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

Shades of Portage #8C9ECD

Tints of Portage #8C9ECD

RGB

 RED value IS 140 (55.08% from 255) = 27.83%

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

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

R = 27.83%
G = 31.41%
B = 40.76%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C9ECD (or 0x8C9ECD) is known color: Portage. HEX triplet: 8C, 9E and CD. RGB value is (140,158,205). Sum of RGB (Red+Green+Blue) = 140+158+205=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 158 (62.11% from 255 or 31.41% 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 #8C9ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9ECD is #736132. Grayscale: #9D9D9D. Windows color (decimal): -7561523 or 13475468. OLE color: 13475468.

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

Color convert

RGB 140 158 205 -
CMYK 0.32 0.23 0 0.20
HSL 223.38º 0.39% 0.68% -
HSV(B) 223.38º 0.32% 0.8% -
XYZ 34.06 34.44 62.61 -
YUV 157.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 140 158 205 0.32 0.23 0 0.20 223.38 0.39 0.68
Hex 8C 9E CD 20 17 0 14 DF 27 44
Octal 214 236 315 40 27 0 24 337 47 104
Binary 10001100 10011110 11001101 100000 10111 0 10100 11011111 100111 1000100

Color Harmonies of #8C9ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9ECD

Black with #8C9ECD

Text Example


Text Example

White with #8C9ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,158,205); }

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

background-color css

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

 a { background-color: rgb(140,158,205); }

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

border-color css

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

 span { border-color: rgb(140,158,205); }

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