#8A79BB

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

Shades of True V #8A79BB

Tints of True V #8A79BB

Color information

#8A79BB (or 0x8A79BB) is unknown color: approx True V. HEX triplet: 8A, 79 and BB. RGB value is (138,121,187). Sum of RGB (Red+Green+Blue) = 138+121+187=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A79BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A79BB is #758644. Grayscale: #858585. Windows color (decimal): -7702085 or 12286346. OLE color: 12286346.

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

Color convert

RGB138121187-
CMYK0.260.3500.27
HSL255.45º32.67%60.39%-
HSV(B)255.45º35.29%73.33%-
XYZ26.2922.6750-
YUV133.61158.13131.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.94%
GREEN value IS 121 (47.66% from 255) = 27.13%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=30.94%
G=27.13%
B=41.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381211870.260.3500.27255.4532.6760.39
Hex8A79BB1A2301Bff213c
Octal21217127332430333774174
Binary100010101111001101110111101010001101101111111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A79BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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