#7955CD

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

Shades of Slate Blue #7955CD

Tints of Slate Blue #7955CD

Color information

#7955CD (or 0x7955CD) is unknown color: approx Slate Blue. HEX triplet: 79, 55 and CD. RGB value is (121,85,205). Sum of RGB (Red+Green+Blue) = 121+85+205=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #7955CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7955CD is #86AA32. Grayscale: #6C6C6C. Windows color (decimal): -8825395 or 13456761. OLE color: 13456761.

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

Color convert

RGB12185205-
CMYK0.410.5900.20
HSL258º54.55%56.86%-
HSV(B)258º58.54%80.39%-
XYZ22.1514.9759.48-
YUV109.44181.93136.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.44%
GREEN value IS 85 (33.59% from 255) = 20.68%
BLUE value IS 205 (80.47% from 255) = 49.88%
R=29.44%
G=20.68%
B=49.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121852050.410.5900.2025854.5556.86
Hex7955CD293B0141023739
Octal17112531551730244026771
Binary1111001101010111001101101001111011010100100000010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7955CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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