Html Css Color HEX #8C76BC True V

📋 copy color: '#8C76BC'

red 140 ◦ green 118 ◦ blue 188

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

Shades of True V #8C76BC

Tints of True V #8C76BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.46%

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 31.39%
G = 26.46%
B = 42.15%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C76BC (or 0x8C76BC) is known color: True V. HEX triplet: 8C, 76 and BC. RGB value is (140,118,188). Sum of RGB (Red+Green+Blue) = 140+118+188=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C76BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C76BC is #738943. Grayscale: #848484. Windows color (decimal): -7571780 or 12351116. OLE color: 12351116.

HSL color Cylindrical-coordinate representation of color #8C76BC: hue angle of 258.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C76BC is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 118 188 -
CMYK 0.26 0.37 0 0.26
HSL 258.86º 0.34% 0.6% -
HSV(B) 258.86º 0.37% 0.74% -
XYZ 26.37 22.16 50.46 -
YUV 132.56 159.29 133.31 -
System Red Green Blue C M Y K H S L
Decimal 140 118 188 0.26 0.37 0 0.26 258.86 0.34 0.6
Hex 8C 76 BC 1A 25 0 1A 103 22 3C
Octal 214 166 274 32 45 0 32 403 42 74
Binary 10001100 1110110 10111100 11010 100101 0 11010 100000011 100010 111100

Color Harmonies of #8C76BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C76BC

Black with #8C76BC

Text Example


Text Example

White with #8C76BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,118,188); }

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

background-color css

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

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

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

border-color css

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

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

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