Html Css Color HEX #7A46CC Slate Blue

📋 copy color: '#7A46CC'

red 122 ◦ green 70 ◦ blue 204

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

Shades of Slate Blue #7A46CC

Tints of Slate Blue #7A46CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 30.81%
G = 17.68%
B = 51.52%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7A46CC (or 0x7A46CC) is known color: Slate Blue. HEX triplet: 7A, 46 and CC. RGB value is (122,70,204). Sum of RGB (Red+Green+Blue) = 122+70+204=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A46CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A46CC is #85B933. Grayscale: #646464. Windows color (decimal): -8763700 or 13387386. OLE color: 13387386.

HSL color Cylindrical-coordinate representation of color #7A46CC: hue angle of 263.28º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A46CC is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 70 204 -
CMYK 0.40 0.66 0 0.2
HSL 263.28º 0.57% 0.54% -
HSV(B) 263.28º 0.66% 0.8% -
XYZ 21.12 12.88 58.5 -
YUV 100.82 186.23 143.1 -
System Red Green Blue C M Y K H S L
Decimal 122 70 204 0.40 0.66 0 0.2 263.28 0.57 0.54
Hex 7A 46 CC 28 42 0 14 107 39 36
Octal 172 106 314 50 102 0 24 407 71 66
Binary 1111010 1000110 11001100 101000 1000010 0 10100 100000111 111001 110110

Color Harmonies of #7A46CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A46CC

Black with #7A46CC

Text Example


Text Example

White with #7A46CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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