#7F61BB

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

Shades of True V #7F61BB

Tints of True V #7F61BB

Color information

#7F61BB (or 0x7F61BB) is unknown color: approx True V. HEX triplet: 7F, 61 and BB. RGB value is (127,97,187). Sum of RGB (Red+Green+Blue) = 127+97+187=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F61BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F61BB is #809E44. Grayscale: #737373. Windows color (decimal): -8429125 or 12280191. OLE color: 12280191.

HSL color Cylindrical-coordinate representation of color #7F61BB: hue angle of 260º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F61BB is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12797187-
CMYK0.320.4800.27
HSL260º39.82%55.69%-
HSV(B)260º48.13%73.33%-
XYZ2216.6549.07-
YUV116.23167.94135.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.90%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=30.90%
G=23.60%
B=45.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127971870.320.4800.2726039.8255.69
Hex7F61BB203001B1042838
Octal17714127340600334045070
Binary1111111110000110111011100000110000011011100000100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F61BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F61BB; }

 p { color: rgb(127,97,187); }

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

<style>
 a { background-color: #7F61BB; }

 a { background-color: rgb(127,97,187); }

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

<style>
 span { border-color: #7F61BB; }

 span { border-color: rgb(127,97,187); }

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