Html Css Color HEX #7A46DD Slate Blue

📋 copy color: '#7A46DD'

red 122 ◦ green 70 ◦ blue 221

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

Shades of Slate Blue #7A46DD

Tints of Slate Blue #7A46DD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.95%

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 29.54%
G = 16.95%
B = 53.51%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A46DD (or 0x7A46DD) is known color: Slate Blue. HEX triplet: 7A, 46 and DD. RGB value is (122,70,221). Sum of RGB (Red+Green+Blue) = 122+70+221=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A46DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A46DD is #85B922. Grayscale: #666666. Windows color (decimal): -8763683 or 14501498. OLE color: 14501498.

HSL color Cylindrical-coordinate representation of color #7A46DD: hue angle of 260.66º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A46DD is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 70 221 -
CMYK 0.45 0.68 0 0.13
HSL 260.66º 0.69% 0.57% -
HSV(B) 260.66º 0.68% 0.87% -
XYZ 23.27 13.74 69.83 -
YUV 102.76 194.73 141.72 -
System Red Green Blue C M Y K H S L
Decimal 122 70 221 0.45 0.68 0 0.13 260.66 0.69 0.57
Hex 7A 46 DD 2D 44 0 D 105 45 39
Octal 172 106 335 55 104 0 15 405 105 71
Binary 1111010 1000110 11011101 101101 1000100 0 1101 100000101 1000101 111001

Color Harmonies of #7A46DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A46DD

Black with #7A46DD

Text Example


Text Example

White with #7A46DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,70,221); }

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

background-color css

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

 a { background-color: rgb(122,70,221); }

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

border-color css

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

 span { border-color: rgb(122,70,221); }

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