Html Css Color HEX #8C79BE True V

📋 copy color: '#8C79BE'

red 140 ◦ green 121 ◦ blue 190

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

Shades of True V #8C79BE

Tints of True V #8C79BE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.83%

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 31.04%
G = 26.83%
B = 42.13%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C79BE (or 0x8C79BE) is known color: True V. HEX triplet: 8C, 79 and BE. RGB value is (140,121,190). Sum of RGB (Red+Green+Blue) = 140+121+190=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C79BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C79BE is #738641. Grayscale: #868686. Windows color (decimal): -7571010 or 12482956. OLE color: 12482956.

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

Color convert

RGB 140 121 190 -
CMYK 0.26 0.36 0 0.25
HSL 256.52º 0.35% 0.61% -
HSV(B) 256.52º 0.36% 0.75% -
XYZ 26.95 22.97 51.73 -
YUV 134.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 140 121 190 0.26 0.36 0 0.25 256.52 0.35 0.61
Hex 8C 79 BE 1A 24 0 19 101 23 3D
Octal 214 171 276 32 44 0 31 401 43 75
Binary 10001100 1111001 10111110 11010 100100 0 11001 100000001 100011 111101

Color Harmonies of #8C79BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C79BE

Black with #8C79BE

Text Example


Text Example

White with #8C79BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,121,190); }

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

background-color css

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

 a { background-color: rgb(140,121,190); }

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

border-color css

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

 span { border-color: rgb(140,121,190); }

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