#7F62BE

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

Shades of True V #7F62BE

Tints of True V #7F62BE

Color information

#7F62BE (or 0x7F62BE) is unknown color: approx True V. HEX triplet: 7F, 62 and BE. RGB value is (127,98,190). Sum of RGB (Red+Green+Blue) = 127+98+190=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F62BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F62BE is #809D41. Grayscale: #747474. Windows color (decimal): -8428866 or 12477055. OLE color: 12477055.

HSL color Cylindrical-coordinate representation of color #7F62BE: hue angle of 258.91º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F62BE is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12798190-
CMYK0.330.4800.25
HSL258.91º41.44%56.47%-
HSV(B)258.91º48.42%74.51%-
XYZ22.4116.9750.81-
YUV117.16169.11135.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.60%
GREEN value IS 98 (38.67% from 255) = 23.61%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=30.60%
G=23.61%
B=45.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127981900.330.4800.25258.9141.4456.47
Hex7F62BE21300191032938
Octal17714227641600314035170
Binary1111111110001010111110100001110000011001100000011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F62BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,98,190); }

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

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

 a { background-color: rgb(127,98,190); }

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

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

 span { border-color: rgb(127,98,190); }

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