Html Css Color HEX #7A46CA Slate Blue

📋 copy color: '#7A46CA'

red 122 ◦ green 70 ◦ blue 202

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

Shades of Slate Blue #7A46CA

Tints of Slate Blue #7A46CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.27%

R = 30.96%
G = 17.77%
B = 51.27%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A46CA (or 0x7A46CA) is known color: Slate Blue. HEX triplet: 7A, 46 and CA. RGB value is (122,70,202). Sum of RGB (Red+Green+Blue) = 122+70+202=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A46CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A46CA is #85B935. Grayscale: #646464. Windows color (decimal): -8763702 or 13256314. OLE color: 13256314.

HSL color Cylindrical-coordinate representation of color #7A46CA: hue angle of 263.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A46CA is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 122 70 202 -
CMYK 0.40 0.65 0 0.21
HSL 263.64º 0.55% 0.53% -
HSV(B) 263.64º 0.65% 0.79% -
XYZ 20.88 12.78 57.24 -
YUV 100.6 185.23 143.27 -
System Red Green Blue C M Y K H S L
Decimal 122 70 202 0.40 0.65 0 0.21 263.64 0.55 0.53
Hex 7A 46 CA 28 41 0 15 108 37 35
Octal 172 106 312 50 101 0 25 410 67 65
Binary 1111010 1000110 11001010 101000 1000001 0 10101 100001000 110111 110101

Color Harmonies of #7A46CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A46CA

Black with #7A46CA

Text Example


Text Example

White with #7A46CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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