#7F7EFE

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

Shades of Light Slate Blue #7F7EFE

Tints of Light Slate Blue #7F7EFE

Color information

#7F7EFE (or 0x7F7EFE) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 7E and FE. RGB value is (127,126,254). Sum of RGB (Red+Green+Blue) = 127+126+254=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F7EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7EFE is #808101. Grayscale: #8C8C8C. Windows color (decimal): -8421634 or 16678527. OLE color: 16678527.

HSL color Cylindrical-coordinate representation of color #7F7EFE: hue angle of 240.47º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F7EFE is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB127126254-
CMYK0.500.5000.00
HSL240.47º98.46%74.51%-
HSV(B)240.47º50.39%99.61%-
XYZ34.126.5997.1-
YUV140.89191.83118.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.05%
GREEN value IS 126 (49.61% from 255) = 24.85%
BLUE value IS 254 (99.61% from 255) = 50.10%
R=25.05%
G=24.85%
B=50.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1271262540.500.5000.00240.4798.4674.51
Hex7F7EFE323200f0624b
Octal177176376626200360142113
Binary1111111111111011111110110010110010001111000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,126,254); }

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

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

 a { background-color: rgb(127,126,254); }

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

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

 span { border-color: rgb(127,126,254); }

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