Html Css Color HEX #8C8BD6 Portage

📋 copy color: '#8C8BD6'

red 140 ◦ green 139 ◦ blue 214

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

Shades of Portage #8C8BD6

Tints of Portage #8C8BD6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.19%

 BLUE value IS 214 (83.98% from 255) = 43.41%

R = 28.4%
G = 28.19%
B = 43.41%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8C8BD6 (or 0x8C8BD6) is known color: Portage. HEX triplet: 8C, 8B and D6. RGB value is (140,139,214). Sum of RGB (Red+Green+Blue) = 140+139+214=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #8C8BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8BD6 is #737429. Grayscale: #939393. Windows color (decimal): -7566378 or 14060428. OLE color: 14060428.

HSL color Cylindrical-coordinate representation of color #8C8BD6: hue angle of 240.8º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C8BD6 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 139 214 -
CMYK 0.35 0.35 0 0.16
HSL 240.8º 0.48% 0.69% -
HSV(B) 240.8º 0.35% 0.84% -
XYZ 32.19 28.9 67.5 -
YUV 147.85 165.33 122.4 -
System Red Green Blue C M Y K H S L
Decimal 140 139 214 0.35 0.35 0 0.16 240.8 0.48 0.69
Hex 8C 8B D6 23 23 0 10 F1 30 45
Octal 214 213 326 43 43 0 20 361 60 105
Binary 10001100 10001011 11010110 100011 100011 0 10000 11110001 110000 1000101

Color Harmonies of #8C8BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8BD6

Black with #8C8BD6

Text Example


Text Example

White with #8C8BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,139,214); }

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

background-color css

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

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

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

border-color css

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

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

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