Html Css Color HEX #7A4BDA Slate Blue

📋 copy color: '#7A4BDA'

red 122 ◦ green 75 ◦ blue 218

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

Shades of Slate Blue #7A4BDA

Tints of Slate Blue #7A4BDA

RGB

 RED value IS 122 (48.05% from 255) = 29.4%

 GREEN value IS 75 (29.69% from 255) = 18.07%

 BLUE value IS 218 (85.55% from 255) = 52.53%

R = 29.4%
G = 18.07%
B = 52.53%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7A4BDA (or 0x7A4BDA) is known color: Slate Blue. HEX triplet: 7A, 4B and DA. RGB value is (122,75,218). Sum of RGB (Red+Green+Blue) = 122+75+218=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A4BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A4BDA is #85B425. Grayscale: #686868. Windows color (decimal): -8762406 or 14306170. OLE color: 14306170.

HSL color Cylindrical-coordinate representation of color #7A4BDA: hue angle of 259.72º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A4BDA is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 75 218 -
CMYK 0.44 0.66 0 0.15
HSL 259.72º 0.66% 0.57% -
HSV(B) 259.72º 0.66% 0.85% -
XYZ 23.2 14.23 67.85 -
YUV 105.36 191.57 139.87 -
System Red Green Blue C M Y K H S L
Decimal 122 75 218 0.44 0.66 0 0.15 259.72 0.66 0.57
Hex 7A 4B DA 2C 42 0 F 104 42 39
Octal 172 113 332 54 102 0 17 404 102 71
Binary 1111010 1001011 11011010 101100 1000010 0 1111 100000100 1000010 111001

Color Harmonies of #7A4BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4BDA

Black with #7A4BDA

Text Example


Text Example

White with #7A4BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,75,218); }

 H1.HeaderClassName
 {
   color: #7A4BDA;
 }
 .AnyTagClassName
 {
   color: #7A4BDA;
 }
</style>

background-color css

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

 a { background-color: rgb(122,75,218); }

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

border-color css

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

 span { border-color: rgb(122,75,218); }

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