Html Css Color HEX #8C76BF True V

📋 copy color: '#8C76BF'

red 140 ◦ green 118 ◦ blue 191

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

Shades of True V #8C76BF

Tints of True V #8C76BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.54%

R = 31.18%
G = 26.28%
B = 42.54%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C76BF (or 0x8C76BF) is known color: True V. HEX triplet: 8C, 76 and BF. RGB value is (140,118,191). Sum of RGB (Red+Green+Blue) = 140+118+191=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C76BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C76BF is #738940. Grayscale: #848484. Windows color (decimal): -7571777 or 12547724. OLE color: 12547724.

HSL color Cylindrical-coordinate representation of color #8C76BF: hue angle of 258.08º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C76BF is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 118 191 -
CMYK 0.27 0.38 0 0.25
HSL 258.08º 0.36% 0.61% -
HSV(B) 258.08º 0.38% 0.75% -
XYZ 26.7 22.29 52.19 -
YUV 132.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 140 118 191 0.27 0.38 0 0.25 258.08 0.36 0.61
Hex 8C 76 BF 1B 26 0 19 102 24 3D
Octal 214 166 277 33 46 0 31 402 44 75
Binary 10001100 1110110 10111111 11011 100110 0 11001 100000010 100100 111101

Color Harmonies of #8C76BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C76BF

Black with #8C76BF

Text Example


Text Example

White with #8C76BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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