#7F74F6

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

Shades of Light Slate Blue #7F74F6

Tints of Light Slate Blue #7F74F6

Color information

#7F74F6 (or 0x7F74F6) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 74 and F6. RGB value is (127,116,246). Sum of RGB (Red+Green+Blue) = 127+116+246=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #7F74F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F74F6 is #808B09. Grayscale: #858585. Windows color (decimal): -8424202 or 16151679. OLE color: 16151679.

HSL color Cylindrical-coordinate representation of color #7F74F6: hue angle of 245.08º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F74F6 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB127116246-
CMYK0.480.5300.04
HSL245.08º87.84%70.98%-
HSV(B)245.08º52.85%96.47%-
XYZ31.6323.6690.09-
YUV134.11191.14122.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.97%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 246 (96.48% from 255) = 50.31%
R=25.97%
G=23.72%
B=50.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1271162460.480.5300.04245.0887.8470.98
Hex7F74F6303504f55847
Octal177164366606504365130107
Binary111111111101001111011011000011010101001111010110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F74F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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