#7F6FFD

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

Shades of Light Slate Blue #7F6FFD

Tints of Light Slate Blue #7F6FFD

Color information

#7F6FFD (or 0x7F6FFD) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 6F and FD. RGB value is (127,111,253). Sum of RGB (Red+Green+Blue) = 127+111+253=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F6FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F6FFD is #809002. Grayscale: #838383. Windows color (decimal): -8425475 or 16609151. OLE color: 16609151.

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

Color convert

RGB127111253-
CMYK0.500.5600.01
HSL246.76º97.26%71.37%-
HSV(B)246.76º56.13%99.22%-
XYZ32.1722.9795.67-
YUV131.97196.3124.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.87%
GREEN value IS 111 (43.75% from 255) = 22.61%
BLUE value IS 253 (99.22% from 255) = 51.53%
R=25.87%
G=22.61%
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
Decimal1271112530.500.5600.01246.7697.2671.37
Hex7F6FFD323801f76147
Octal177157375627001367141107
Binary1111111110111111111101110010111000011111011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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