#7A46CB

Color #7A46CB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7A46CB

Tints of Slate Blue #7A46CB

Color information

#7A46CB (or 0x7A46CB) is unknown color: approx Slate Blue. HEX triplet: 7A, 46 and CB. RGB value is (122,70,203). Sum of RGB (Red+Green+Blue) = 122+70+203=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A46CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A46CB is #85B934. Grayscale: #646464. Windows color (decimal): -8763701 or 13321850. OLE color: 13321850.

HSL color Cylindrical-coordinate representation of color #7A46CB: hue angle of 263.46º degrees, saturation: 0.56, 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 #7A46CB is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12270203-
CMYK0.400.6600.20
HSL263.46º56.12%53.53%-
HSV(B)263.46º65.52%79.61%-
XYZ2112.8357.87-
YUV100.71185.73143.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 70 (27.73% from 255) = 17.72%
BLUE value IS 203 (79.69% from 255) = 51.39%
R=30.89%
G=17.72%
B=51.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122702030.400.6600.20263.4656.1253.53
Hex7A46CB28420141073836
Octal172106313501020244077066
Binary11110101000110110010111010001000010010100100000111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A46CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A46CB;
 }
 .AnyTagClassName
 {
   color: #7A46CB;
 }
</style>
background-color css

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

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

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

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

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

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