#7967D0

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

Shades of Slate Blue #7967D0

Tints of Slate Blue #7967D0

Color information

#7967D0 (or 0x7967D0) is unknown color: approx Slate Blue. HEX triplet: 79, 67 and D0. RGB value is (121,103,208). Sum of RGB (Red+Green+Blue) = 121+103+208=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #7967D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7967D0 is #86982F. Grayscale: #777777. Windows color (decimal): -8820784 or 13657977. OLE color: 13657977.

HSL color Cylindrical-coordinate representation of color #7967D0: hue angle of 250.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7967D0 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121103208-
CMYK0.420.5000.18
HSL250.29º52.76%60.98%-
HSV(B)250.29º50.48%81.57%-
XYZ24.1218.3261.94-
YUV120.35177.46128.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.01%
GREEN value IS 103 (40.62% from 255) = 23.84%
BLUE value IS 208 (81.64% from 255) = 48.15%
R=28.01%
G=23.84%
B=48.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211032080.420.5000.18250.2952.7660.98
Hex7967D02A32012fa353d
Octal17114732052620223726575
Binary111100111001111101000010101011001001001011111010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7967D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7967D0; }

 p { color: rgb(121,103,208); }

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

<style>
 a { background-color: #7967D0; }

 a { background-color: rgb(121,103,208); }

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

<style>
 span { border-color: #7967D0; }

 span { border-color: rgb(121,103,208); }

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