#7967D7

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

Shades of Slate Blue #7967D7

Tints of Slate Blue #7967D7

Color information

#7967D7 (or 0x7967D7) is unknown color: approx Slate Blue. HEX triplet: 79, 67 and D7. RGB value is (121,103,215). Sum of RGB (Red+Green+Blue) = 121+103+215=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #7967D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7967D7 is #869828. Grayscale: #787878. Windows color (decimal): -8820777 or 14116729. OLE color: 14116729.

HSL color Cylindrical-coordinate representation of color #7967D7: hue angle of 249.64º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7967D7 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB121103215-
CMYK0.440.5200.16
HSL249.64º58.33%62.35%-
HSV(B)249.64º52.09%84.31%-
XYZ2518.6766.58-
YUV121.15180.96127.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.56%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 215 (84.38% from 255) = 48.97%
R=27.56%
G=23.46%
B=48.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211032150.440.5200.16249.6458.3362.35
Hex7967D72C34010fa3a3e
Octal17114732754640203727276
Binary111100111001111101011110110011010001000011111010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7967D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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