#7835EB

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

Shades of Blue Violet #7835EB

Tints of Blue Violet #7835EB

Color information

#7835EB (or 0x7835EB) is unknown color: approx Blue Violet. HEX triplet: 78, 35 and EB. RGB value is (120,53,235). Sum of RGB (Red+Green+Blue) = 120+53+235=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #7835EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7835EB is #87CA14. Grayscale: #5D5D5D. Windows color (decimal): -8899093 or 15414648. OLE color: 15414648.

HSL color Cylindrical-coordinate representation of color #7835EB: hue angle of 262.09º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7835EB is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12053235-
CMYK0.490.7700.08
HSL262.09º81.98%56.47%-
HSV(B)262.09º77.45%92.16%-
XYZ24.0112.5479.75-
YUV93.78207.7146.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.41%
GREEN value IS 53 (21.09% from 255) = 12.99%
BLUE value IS 235 (92.19% from 255) = 57.60%
R=29.41%
G=12.99%
B=57.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal120532350.490.7700.08262.0981.9856.47
Hex7835EB314D081065238
Octal170653536111501040612270
Binary1111000110101111010111100011001101010001000001101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7835EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7835EB; }

 p { color: rgb(120,53,235); }

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

<style>
 a { background-color: #7835EB; }

 a { background-color: rgb(120,53,235); }

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

<style>
 span { border-color: #7835EB; }

 span { border-color: rgb(120,53,235); }

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