#7F74FC

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

Shades of Light Slate Blue #7F74FC

Tints of Light Slate Blue #7F74FC

Color information

#7F74FC (or 0x7F74FC) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 74 and FC. RGB value is (127,116,252). Sum of RGB (Red+Green+Blue) = 127+116+252=495 (65% of max value = 765). Red value is 127 (50% from 255 or 25.66% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F74FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F74FC is #808B03. Grayscale: #868686. Windows color (decimal): -8424196 or 16544895. OLE color: 16544895.

HSL color Cylindrical-coordinate representation of color #7F74FC: hue angle of 244.85º 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 #7F74FC is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB127116252-
CMYK0.500.5400.01
HSL244.85º95.77%72.16%-
HSV(B)244.85º53.97%98.82%-
XYZ32.5724.0395.02-
YUV134.79194.14122.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.66%
GREEN value IS 116 (45.70% from 255) = 23.43%
BLUE value IS 252 (98.83% from 255) = 50.91%
R=25.66%
G=23.43%
B=50.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1271162520.500.5400.01244.8595.7772.16
Hex7F74FC323601f56048
Octal177164374626601365140110
Binary1111111111010011111100110010110110011111010111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F74FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F74FC; }

 p { color: rgb(127,116,252); }

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

<style>
 a { background-color: #7F74FC; }

 a { background-color: rgb(127,116,252); }

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

<style>
 span { border-color: #7F74FC; }

 span { border-color: rgb(127,116,252); }

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