#7F6EFC

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

Shades of Light Slate Blue #7F6EFC

Tints of Light Slate Blue #7F6EFC

Color information

#7F6EFC (or 0x7F6EFC) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 6E and FC. RGB value is (127,110,252). Sum of RGB (Red+Green+Blue) = 127+110+252=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F6EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F6EFC is #809103. Grayscale: #828282. Windows color (decimal): -8425732 or 16543359. OLE color: 16543359.

HSL color Cylindrical-coordinate representation of color #7F6EFC: hue angle of 247.18º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F6EFC is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB127110252-
CMYK0.500.5600.01
HSL247.18º95.95%70.98%-
HSV(B)247.18º56.35%98.82%-
XYZ31.922.6994.79-
YUV131.27196.13124.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.97%
GREEN value IS 110 (43.36% from 255) = 22.49%
BLUE value IS 252 (98.83% from 255) = 51.53%
R=25.97%
G=22.49%
B=51.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1271102520.500.5600.01247.1895.9570.98
Hex7F6EFC323801f76047
Octal177156374627001367140107
Binary1111111110111011111100110010111000011111011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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