#7F6EFA

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

Shades of Light Slate Blue #7F6EFA

Tints of Light Slate Blue #7F6EFA

Color information

#7F6EFA (or 0x7F6EFA) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 6E and FA. RGB value is (127,110,250). Sum of RGB (Red+Green+Blue) = 127+110+250=487 (64% of max value = 765). Red value is 127 (50% from 255 or 26.08% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F6EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F6EFA is #809105. Grayscale: #828282. Windows color (decimal): -8425734 or 16412287. OLE color: 16412287.

HSL color Cylindrical-coordinate representation of color #7F6EFA: hue angle of 247.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F6EFA is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB127110250-
CMYK0.490.5600.02
HSL247.29º93.33%70.59%-
HSV(B)247.29º56%98.04%-
XYZ31.5822.5793.13-
YUV131.04195.13125.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.08%
GREEN value IS 110 (43.36% from 255) = 22.59%
BLUE value IS 250 (98.05% from 255) = 51.33%
R=26.08%
G=22.59%
B=51.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1271102500.490.5600.02247.2993.3370.59
Hex7F6EFA313802f75d47
Octal177156372617002367135107
Binary11111111101110111110101100011110000101111011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,110,250); }

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

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

 a { background-color: rgb(127,110,250); }

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

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

 span { border-color: rgb(127,110,250); }

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