#7A66CC

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

Shades of Slate Blue #7A66CC

Tints of Slate Blue #7A66CC

Color information

#7A66CC (or 0x7A66CC) is unknown color: approx Slate Blue. HEX triplet: 7A, 66 and CC. RGB value is (122,102,204). Sum of RGB (Red+Green+Blue) = 122+102+204=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A66CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A66CC is #859933. Grayscale: #777777. Windows color (decimal): -8755508 or 13395578. OLE color: 13395578.

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

Color convert

RGB122102204-
CMYK0.400.500.2
HSL251.76º50%60%-
HSV(B)251.76º50%80%-
XYZ23.681859.35-
YUV119.61175.63129.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.50%
GREEN value IS 102 (40.23% from 255) = 23.83%
BLUE value IS 204 (80.08% from 255) = 47.66%
R=28.50%
G=23.83%
B=47.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221022040.400.500.2251.765060
Hex7A66CC2832014fc323c
Octal17214631450620243746274
Binary111101011001101100110010100011001001010011111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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