#7F60BB

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

Shades of True V #7F60BB

Tints of True V #7F60BB

Color information

#7F60BB (or 0x7F60BB) is unknown color: approx True V. HEX triplet: 7F, 60 and BB. RGB value is (127,96,187). Sum of RGB (Red+Green+Blue) = 127+96+187=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F60BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F60BB is #809F44. Grayscale: #737373. Windows color (decimal): -8429381 or 12279935. OLE color: 12279935.

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

Color convert

RGB12796187-
CMYK0.320.4900.27
HSL260.44º40.09%55.49%-
HSV(B)260.44º48.66%73.33%-
XYZ21.916.4749.04-
YUV115.64168.27136.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.98%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 187 (73.44% from 255) = 45.61%
R=30.98%
G=23.41%
B=45.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127961870.320.4900.27260.4440.0955.49
Hex7F60BB203101B1042837
Octal17714027340610334045067
Binary1111111110000010111011100000110001011011100000100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F60BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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