#7938DC

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

Shades of Blue Violet #7938DC

Tints of Blue Violet #7938DC

Color information

#7938DC (or 0x7938DC) is unknown color: approx Blue Violet. HEX triplet: 79, 38 and DC. RGB value is (121,56,220). Sum of RGB (Red+Green+Blue) = 121+56+220=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #7938DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7938DC is #86C723. Grayscale: #5D5D5D. Windows color (decimal): -8832804 or 14432377. OLE color: 14432377.

HSL color Cylindrical-coordinate representation of color #7938DC: hue angle of 263.78º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7938DC is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12156220-
CMYK0.450.7500.14
HSL263.78º70.09%54.12%-
HSV(B)263.78º74.55%86.27%-
XYZ22.2212.0668.87-
YUV94.13199.03147.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.48%
GREEN value IS 56 (22.27% from 255) = 14.11%
BLUE value IS 220 (86.33% from 255) = 55.42%
R=30.48%
G=14.11%
B=55.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal121562200.450.7500.14263.7870.0954.12
Hex7938DC2D4B0E1084636
Octal171703345511301641010666
Binary1111001111000110111001011011001011011101000010001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7938DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7938DC; }

 p { color: rgb(121,56,220); }

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

<style>
 a { background-color: #7938DC; }

 a { background-color: rgb(121,56,220); }

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

<style>
 span { border-color: #7938DC; }

 span { border-color: rgb(121,56,220); }

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