#7C26EB

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

Shades of Blue Violet #7C26EB

Tints of Blue Violet #7C26EB

Color information

#7C26EB (or 0x7C26EB) is unknown color: approx Blue Violet. HEX triplet: 7C, 26 and EB. RGB value is (124,38,235). Sum of RGB (Red+Green+Blue) = 124+38+235=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C26EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C26EB is #83D914. Grayscale: #555555. Windows color (decimal): -8640789 or 15410812. OLE color: 15410812.

HSL color Cylindrical-coordinate representation of color #7C26EB: hue angle of 266.19º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C26EB is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12438235-
CMYK0.470.8400.08
HSL266.19º83.12%53.53%-
HSV(B)266.19º83.83%92.16%-
XYZ2411.6779.58-
YUV86.17211.99154.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.23%
GREEN value IS 38 (15.23% from 255) = 9.57%
BLUE value IS 235 (92.19% from 255) = 59.19%
R=31.23%
G=9.57%
B=59.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal124382350.470.8400.08266.1983.1253.53
Hex7C26EB2F540810a5336
Octal174463535712401041212366
Binary1111100100110111010111011111010100010001000010101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C26EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,38,235); }

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

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

 a { background-color: rgb(124,38,235); }

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

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

 span { border-color: rgb(124,38,235); }

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