#974FFC

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

Shades of Light Slate Blue #974FFC

Tints of Light Slate Blue #974FFC

Color information

#974FFC (or 0x974FFC) is unknown color: approx Light Slate Blue. HEX triplet: 97, 4F and FC. RGB value is (151,79,252). Sum of RGB (Red+Green+Blue) = 151+79+252=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #974FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #974FFC is #68B003. Grayscale: #777777. Windows color (decimal): -6860804 or 16535447. OLE color: 16535447.

HSL color Cylindrical-coordinate representation of color #974FFC: hue angle of 264.97º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #974FFC is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15179252-
CMYK0.400.6900.01
HSL264.97º96.65%64.9%-
HSV(B)264.97º68.65%98.82%-
XYZ33.1319.294.06-
YUV120.25202.35149.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.33%
GREEN value IS 79 (31.25% from 255) = 16.39%
BLUE value IS 252 (98.83% from 255) = 52.28%
R=31.33%
G=16.39%
B=52.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal151792520.400.6900.01264.9796.6564.9
Hex974FFC2845011096141
Octal2271173745010501411141101
Binary1001011110011111111110010100010001010110000100111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974FFC; }

 p { color: rgb(151,79,252); }

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

<style>
 a { background-color: #974FFC; }

 a { background-color: rgb(151,79,252); }

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

<style>
 span { border-color: #974FFC; }

 span { border-color: rgb(151,79,252); }

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