#8A79BC

Color #8A79BC True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8A79BC

Tints of True V #8A79BC

Color information

#8A79BC (or 0x8A79BC) is unknown color: approx True V. HEX triplet: 8A, 79 and BC. RGB value is (138,121,188). Sum of RGB (Red+Green+Blue) = 138+121+188=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A79BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A79BC is #758643. Grayscale: #858585. Windows color (decimal): -7702084 or 12351882. OLE color: 12351882.

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

Color convert

RGB138121188-
CMYK0.270.3600.26
HSL255.22º33.33%60.59%-
HSV(B)255.22º35.64%73.73%-
XYZ26.422.7150.57-
YUV133.72158.63131.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.87%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=30.87%
G=27.07%
B=42.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381211880.270.3600.26255.2233.3360.59
Hex8A79BC1B2401Aff213d
Octal21217127433440323774175
Binary100010101111001101111001101110010001101011111111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A79BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,121,188); }

 H1.HeaderClassName
 {
   color: #8A79BC;
 }
 .AnyTagClassName
 {
   color: #8A79BC;
 }
</style>
background-color css

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

 a { background-color: rgb(138,121,188); }

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

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

 span { border-color: rgb(138,121,188); }

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