#7F6CF7

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

Shades of Light Slate Blue #7F6CF7

Tints of Light Slate Blue #7F6CF7

Color information

#7F6CF7 (or 0x7F6CF7) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 6C and F7. RGB value is (127,108,247). Sum of RGB (Red+Green+Blue) = 127+108+247=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #7F6CF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F6CF7 is #809308. Grayscale: #808080. Windows color (decimal): -8426249 or 16215167. OLE color: 16215167.

HSL color Cylindrical-coordinate representation of color #7F6CF7: hue angle of 248.2º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F6CF7 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB127108247-
CMYK0.490.5600.03
HSL248.2º89.68%69.61%-
HSV(B)248.2º56.28%96.86%-
XYZ30.921.9590.6-
YUV129.53194.29126.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.35%
GREEN value IS 108 (42.58% from 255) = 22.41%
BLUE value IS 247 (96.88% from 255) = 51.24%
R=26.35%
G=22.41%
B=51.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1271082470.490.5600.03248.289.6869.61
Hex7F6CF7313803f85a46
Octal177154367617003370132106
Binary11111111101100111101111100011110000111111100010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,108,247); }

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

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

 a { background-color: rgb(127,108,247); }

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

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

 span { border-color: rgb(127,108,247); }

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