#7948CD

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

Shades of Slate Blue #7948CD

Tints of Slate Blue #7948CD

Color information

#7948CD (or 0x7948CD) is unknown color: approx Slate Blue. HEX triplet: 79, 48 and CD. RGB value is (121,72,205). Sum of RGB (Red+Green+Blue) = 121+72+205=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #7948CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7948CD is #86B732. Grayscale: #656565. Windows color (decimal): -8828723 or 13453433. OLE color: 13453433.

HSL color Cylindrical-coordinate representation of color #7948CD: hue angle of 262.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7948CD is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12172205-
CMYK0.410.6500.20
HSL262.11º57.08%54.31%-
HSV(B)262.11º64.88%80.39%-
XYZ21.2213.1159.17-
YUV101.81186.23141.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.40%
GREEN value IS 72 (28.52% from 255) = 18.09%
BLUE value IS 205 (80.47% from 255) = 51.51%
R=30.40%
G=18.09%
B=51.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121722050.410.6500.20262.1157.0854.31
Hex7948CD29410141063936
Octal171110315511010244067166
Binary11110011001000110011011010011000001010100100000110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7948CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7948CD; }

 p { color: rgb(121,72,205); }

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

<style>
 a { background-color: #7948CD; }

 a { background-color: rgb(121,72,205); }

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

<style>
 span { border-color: #7948CD; }

 span { border-color: rgb(121,72,205); }

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