#7D75FA

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

Shades of Light Slate Blue #7D75FA

Tints of Light Slate Blue #7D75FA

Color information

#7D75FA (or 0x7D75FA) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 75 and FA. RGB value is (125,117,250). Sum of RGB (Red+Green+Blue) = 125+117+250=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D75FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D75FA is #828A05. Grayscale: #868686. Windows color (decimal): -8555014 or 16414077. OLE color: 16414077.

HSL color Cylindrical-coordinate representation of color #7D75FA: hue angle of 243.61º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D75FA is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125117250-
CMYK0.500.5300.02
HSL243.61º93.01%71.96%-
HSV(B)243.61º53.2%98.04%-
XYZ32.0723.9893.38-
YUV134.55193.15121.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.41%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 250 (98.05% from 255) = 50.81%
R=25.41%
G=23.78%
B=50.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1251172500.500.5300.02243.6193.0171.96
Hex7D75FA323502f45d48
Octal175165372626502364135110
Binary11111011110101111110101100101101010101111010010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D75FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,117,250); }

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

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

 a { background-color: rgb(125,117,250); }

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

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

 span { border-color: rgb(125,117,250); }

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