#7F74FD

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

Shades of Light Slate Blue #7F74FD

Tints of Light Slate Blue #7F74FD

Color information

#7F74FD (or 0x7F74FD) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 74 and FD. RGB value is (127,116,253). Sum of RGB (Red+Green+Blue) = 127+116+253=496 (65% of max value = 765). Red value is 127 (50% from 255 or 25.60% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F74FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F74FD is #808B02. Grayscale: #868686. Windows color (decimal): -8424195 or 16610431. OLE color: 16610431.

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

Color convert

RGB127116253-
CMYK0.500.5400.01
HSL244.82º97.16%72.35%-
HSV(B)244.82º54.15%99.22%-
XYZ32.7324.0995.85-
YUV134.91194.64122.36-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.60%
GREEN value IS 116 (45.70% from 255) = 23.39%
BLUE value IS 253 (99.22% from 255) = 51.01%
R=25.60%
G=23.39%
B=51.01%

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
Decimal1271162530.500.5400.01244.8297.1672.35
Hex7F74FD323601f56148
Octal177164375626601365141110
Binary1111111111010011111101110010110110011111010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F74FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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