Html Css Color HEX #7918EB Blue Violet

📋 copy color: '#7918EB'

red 121 ◦ green 24 ◦ blue 235

#7918EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #7918EB

Tints of Blue Violet #7918EB

RGB

 RED value IS 121 (47.66% from 255) = 31.84%

 GREEN value IS 24 (9.77% from 255) = 6.32%

 BLUE value IS 235 (92.19% from 255) = 61.84%

R = 31.84%
G = 6.32%
B = 61.84%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7918EB (or 0x7918EB) is known color: Blue Violet. HEX triplet: 79, 18 and EB. RGB value is (121,24,235). Sum of RGB (Red+Green+Blue) = 121+24+235=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #7918EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7918EB is #86E714. Grayscale: #4C4C4C. Windows color (decimal): -8840981 or 15407225. OLE color: 15407225.

HSL color Cylindrical-coordinate representation of color #7918EB: hue angle of 267.58º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7918EB is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 24 235 -
CMYK 0.49 0.90 0 0.08
HSL 267.58º 0.84% 0.51% -
HSV(B) 267.58º 0.9% 0.92% -
XYZ 23.21 10.72 79.44 -
YUV 77.06 217.14 159.34 -
System Red Green Blue C M Y K H S L
Decimal 121 24 235 0.49 0.90 0 0.08 267.58 0.84 0.51
Hex 79 18 EB 31 5A 0 8 10C 54 33
Octal 171 30 353 61 132 0 10 414 124 63
Binary 1111001 11000 11101011 110001 1011010 0 1000 100001100 1010100 110011

Color Harmonies of #7918EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7918EB

Black with #7918EB

Text Example


Text Example

White with #7918EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,24,235); }

 H1.HeaderClassName
 {
   color: #7918EB;
 }
 .AnyTagClassName
 {
   color: #7918EB;
 }
</style>

background-color css

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

 a { background-color: rgb(121,24,235); }

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

border-color css

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

 span { border-color: rgb(121,24,235); }

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