#7D79FD

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

Shades of Light Slate Blue #7D79FD

Tints of Light Slate Blue #7D79FD

Color information

#7D79FD (or 0x7D79FD) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 79 and FD. RGB value is (125,121,253). Sum of RGB (Red+Green+Blue) = 125+121+253=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D79FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D79FD is #828602. Grayscale: #888888. Windows color (decimal): -8553987 or 16611709. OLE color: 16611709.

HSL color Cylindrical-coordinate representation of color #7D79FD: hue angle of 241.82º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D79FD is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125121253-
CMYK0.510.5200.01
HSL241.82º97.06%73.33%-
HSV(B)241.82º52.17%99.22%-
XYZ33.0225.1396.04-
YUV137.24193.33119.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.05%
GREEN value IS 121 (47.66% from 255) = 24.25%
BLUE value IS 253 (99.22% from 255) = 50.70%
R=25.05%
G=24.25%
B=50.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1251212530.510.5200.01241.8297.0673.33
Hex7D79FD333401f26149
Octal175171375636401362141111
Binary1111101111100111111101110011110100011111001011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D79FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,121,253); }

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

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

 a { background-color: rgb(125,121,253); }

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

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

 span { border-color: rgb(125,121,253); }

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