Html Css Color HEX #8C8CDC Portage

📋 copy color: '#8C8CDC'

red 140 ◦ green 140 ◦ blue 220

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

Shades of Portage #8C8CDC

Tints of Portage #8C8CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28%

 BLUE value IS 220 (86.33% from 255) = 44%

R = 28%
G = 28%
B = 44%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C8CDC (or 0x8C8CDC) is known color: Portage. HEX triplet: 8C, 8C and DC. RGB value is (140,140,220). Sum of RGB (Red+Green+Blue) = 140+140+220=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C8CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8CDC is #737323. Grayscale: #949494. Windows color (decimal): -7566116 or 14453900. OLE color: 14453900.

HSL color Cylindrical-coordinate representation of color #8C8CDC: hue angle of 240º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C8CDC is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 140 220 -
CMYK 0.36 0.36 0 0.14
HSL 240º 0.53% 0.71% -
HSV(B) 240º 0.36% 0.86% -
XYZ 33.11 29.5 71.66 -
YUV 149.12 168 121.5 -
System Red Green Blue C M Y K H S L
Decimal 140 140 220 0.36 0.36 0 0.14 240 0.53 0.71
Hex 8C 8C DC 24 24 0 E F0 35 47
Octal 214 214 334 44 44 0 16 360 65 107
Binary 10001100 10001100 11011100 100100 100100 0 1110 11110000 110101 1000111

Color Harmonies of #8C8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8CDC

Black with #8C8CDC

Text Example


Text Example

White with #8C8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,140,220); }

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

background-color css

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

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

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

border-color css

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

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

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