Html Css Color HEX #8C9CDC Portage

📋 copy color: '#8C9CDC'

red 140 ◦ green 156 ◦ blue 220

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

Shades of Portage #8C9CDC

Tints of Portage #8C9CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.23%

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

R = 27.13%
G = 30.23%
B = 42.64%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C9CDC (or 0x8C9CDC) is known color: Portage. HEX triplet: 8C, 9C and DC. RGB value is (140,156,220). Sum of RGB (Red+Green+Blue) = 140+156+220=516 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.13% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C9CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CDC is #736323. Grayscale: #9E9E9E. Windows color (decimal): -7562020 or 14457996. OLE color: 14457996.

HSL color Cylindrical-coordinate representation of color #8C9CDC: hue angle of 228º 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 #8C9CDC is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 156 220 -
CMYK 0.36 0.29 0 0.14
HSL 228º 0.53% 0.71% -
HSV(B) 228º 0.36% 0.86% -
XYZ 35.62 34.52 72.5 -
YUV 158.51 162.7 114.8 -
System Red Green Blue C M Y K H S L
Decimal 140 156 220 0.36 0.29 0 0.14 228 0.53 0.71
Hex 8C 9C DC 24 1D 0 E E4 35 47
Octal 214 234 334 44 35 0 16 344 65 107
Binary 10001100 10011100 11011100 100100 11101 0 1110 11100100 110101 1000111

Color Harmonies of #8C9CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9CDC

Black with #8C9CDC

Text Example


Text Example

White with #8C9CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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