#7975FC

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

Shades of Light Slate Blue #7975FC

Tints of Light Slate Blue #7975FC

Color information

#7975FC (or 0x7975FC) is unknown color: approx Light Slate Blue. HEX triplet: 79, 75 and FC. RGB value is (121,117,252). Sum of RGB (Red+Green+Blue) = 121+117+252=490 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.69% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #7975FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7975FC is #868A03. Grayscale: #858585. Windows color (decimal): -8817156 or 16545145. OLE color: 16545145.

HSL color Cylindrical-coordinate representation of color #7975FC: hue angle of 241.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7975FC is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB121117252-
CMYK0.520.5400.01
HSL241.78º95.74%72.35%-
HSV(B)241.78º53.57%98.82%-
XYZ31.8223.8295.02-
YUV133.59194.83119.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.69%
GREEN value IS 117 (46.09% from 255) = 23.88%
BLUE value IS 252 (98.83% from 255) = 51.43%
R=24.69%
G=23.88%
B=51.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1211172520.520.5400.01241.7895.7472.35
Hex7975FC343601f26048
Octal171165374646601362140110
Binary1111001111010111111100110100110110011111001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7975FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7975FC; }

 p { color: rgb(121,117,252); }

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

<style>
 a { background-color: #7975FC; }

 a { background-color: rgb(121,117,252); }

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

<style>
 span { border-color: #7975FC; }

 span { border-color: rgb(121,117,252); }

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