#7E26FB

Color #7E26FB Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7E26FB

Tints of Blue Violet #7E26FB

Color information

#7E26FB (or 0x7E26FB) is unknown color: approx Blue Violet. HEX triplet: 7E, 26 and FB. RGB value is (126,38,251). Sum of RGB (Red+Green+Blue) = 126+38+251=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #7E26FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E26FB is #81D904. Grayscale: #575757. Windows color (decimal): -8509701 or 16459390. OLE color: 16459390.

HSL color Cylindrical-coordinate representation of color #7E26FB: hue angle of 264.79º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E26FB is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12638251-
CMYK0.500.8500.02
HSL264.79º96.38%56.67%-
HSV(B)264.79º84.86%98.43%-
XYZ26.7112.7992.33-
YUV88.59219.65154.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.36%
GREEN value IS 38 (15.23% from 255) = 9.16%
BLUE value IS 251 (98.44% from 255) = 60.48%
R=30.36%
G=9.16%
B=60.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal126382510.500.8500.02264.7996.3856.67
Hex7E26FB3255021096039
Octal17646373621250241114071
Binary11111101001101111101111001010101010101000010011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E26FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,38,251); }

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

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

 a { background-color: rgb(126,38,251); }

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

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

 span { border-color: rgb(126,38,251); }

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