Html Css Color HEX #8C76CC True V

📋 copy color: '#8C76CC'

red 140 ◦ green 118 ◦ blue 204

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

Shades of True V #8C76CC

Tints of True V #8C76CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 30.3%
G = 25.54%
B = 44.16%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C76CC (or 0x8C76CC) is known color: True V. HEX triplet: 8C, 76 and CC. RGB value is (140,118,204). Sum of RGB (Red+Green+Blue) = 140+118+204=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C76CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C76CC is #738933. Grayscale: #868686. Windows color (decimal): -7571764 or 13399692. OLE color: 13399692.

HSL color Cylindrical-coordinate representation of color #8C76CC: hue angle of 255.35º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C76CC is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 118 204 -
CMYK 0.31 0.42 0 0.2
HSL 255.35º 0.46% 0.63% -
HSV(B) 255.35º 0.42% 0.8% -
XYZ 28.19 22.89 60.06 -
YUV 134.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 140 118 204 0.31 0.42 0 0.2 255.35 0.46 0.63
Hex 8C 76 CC 1F 2A 0 14 FF 2E 3F
Octal 214 166 314 37 52 0 24 377 56 77
Binary 10001100 1110110 11001100 11111 101010 0 10100 11111111 101110 111111

Color Harmonies of #8C76CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C76CC

Black with #8C76CC

Text Example


Text Example

White with #8C76CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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