#7E66BF

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

Shades of True V #7E66BF

Tints of True V #7E66BF

Color information

#7E66BF (or 0x7E66BF) is unknown color: approx True V. HEX triplet: 7E, 66 and BF. RGB value is (126,102,191). Sum of RGB (Red+Green+Blue) = 126+102+191=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E66BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E66BF is #819940. Grayscale: #767676. Windows color (decimal): -8493377 or 12543614. OLE color: 12543614.

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

Color convert

RGB126102191-
CMYK0.340.4700.25
HSL256.18º41.01%57.45%-
HSV(B)256.18º46.6%74.9%-
XYZ22.7617.751.51-
YUV119.32168.45132.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.07%
GREEN value IS 102 (40.23% from 255) = 24.34%
BLUE value IS 191 (75% from 255) = 45.58%
R=30.07%
G=24.34%
B=45.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261021910.340.4700.25256.1841.0157.45
Hex7E66BF222F0191002939
Octal17614627742570314005171
Binary1111110110011010111111100010101111011001100000000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,102,191); }

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

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

 a { background-color: rgb(126,102,191); }

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

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

 span { border-color: rgb(126,102,191); }

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