#7D73FD

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

Shades of Light Slate Blue #7D73FD

Tints of Light Slate Blue #7D73FD

Color information

#7D73FD (or 0x7D73FD) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 73 and FD. RGB value is (125,115,253). Sum of RGB (Red+Green+Blue) = 125+115+253=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D73FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D73FD is #828C02. Grayscale: #858585. Windows color (decimal): -8555523 or 16610173. OLE color: 16610173.

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

Color convert

RGB125115253-
CMYK0.510.5500.01
HSL244.35º97.18%72.16%-
HSV(B)244.35º54.55%99.22%-
XYZ32.3223.7195.8-
YUV133.72195.31121.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.35%
GREEN value IS 115 (45.31% from 255) = 23.33%
BLUE value IS 253 (99.22% from 255) = 51.32%
R=25.35%
G=23.33%
B=51.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1251152530.510.5500.01244.3597.1872.16
Hex7D73FD333701f46148
Octal175163375636701364141110
Binary1111101111001111111101110011110111011111010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D73FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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