#7948CB

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

Shades of Slate Blue #7948CB

Tints of Slate Blue #7948CB

Color information

#7948CB (or 0x7948CB) is unknown color: approx Slate Blue. HEX triplet: 79, 48 and CB. RGB value is (121,72,203). Sum of RGB (Red+Green+Blue) = 121+72+203=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #7948CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7948CB is #86B734. Grayscale: #656565. Windows color (decimal): -8828725 or 13322361. OLE color: 13322361.

HSL color Cylindrical-coordinate representation of color #7948CB: hue angle of 262.44º degrees, saturation: 0.56, 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 #7948CB is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12172203-
CMYK0.400.6500.20
HSL262.44º55.74%53.92%-
HSV(B)262.44º64.53%79.61%-
XYZ20.9813.0157.91-
YUV101.58185.23141.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.56%
GREEN value IS 72 (28.52% from 255) = 18.18%
BLUE value IS 203 (79.69% from 255) = 51.26%
R=30.56%
G=18.18%
B=51.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121722030.400.6500.20262.4455.7453.92
Hex7948CB28410141063836
Octal171110313501010244067066
Binary11110011001000110010111010001000001010100100000110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7948CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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