#7951D7

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

Shades of Slate Blue #7951D7

Tints of Slate Blue #7951D7

Color information

#7951D7 (or 0x7951D7) is unknown color: approx Slate Blue. HEX triplet: 79, 51 and D7. RGB value is (121,81,215). Sum of RGB (Red+Green+Blue) = 121+81+215=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #7951D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7951D7 is #86AE28. Grayscale: #6B6B6B. Windows color (decimal): -8826409 or 14111097. OLE color: 14111097.

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

Color convert

RGB12181215-
CMYK0.440.6200.16
HSL257.91º62.62%58.04%-
HSV(B)257.91º62.33%84.31%-
XYZ23.0914.8665.94-
YUV108.24188.25137.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.02%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 215 (84.38% from 255) = 51.56%
R=29.02%
G=19.42%
B=51.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal121812150.440.6200.16257.9162.6258.04
Hex7951D72C3E0101023f3a
Octal17112132754760204027772
Binary1111001101000111010111101100111110010000100000010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7951D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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