#7F79FE

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

Shades of Light Slate Blue #7F79FE

Tints of Light Slate Blue #7F79FE

Color information

#7F79FE (or 0x7F79FE) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 79 and FE. RGB value is (127,121,254). Sum of RGB (Red+Green+Blue) = 127+121+254=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F79FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F79FE is #808601. Grayscale: #898989. Windows color (decimal): -8422914 or 16677247. OLE color: 16677247.

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

Color convert

RGB127121254-
CMYK0.500.5200.00
HSL242.71º98.52%73.53%-
HSV(B)242.71º52.36%99.61%-
XYZ33.4825.3496.89-
YUV137.96193.49120.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.30%
GREEN value IS 121 (47.66% from 255) = 24.10%
BLUE value IS 254 (99.61% from 255) = 50.60%
R=25.30%
G=24.10%
B=50.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1271212540.500.5200.00242.7198.5273.53
Hex7F79FE323400f3634a
Octal177171376626400363143112
Binary1111111111100111111110110010110100001111001111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F79FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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