#7C75FA

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

Shades of Light Slate Blue #7C75FA

Tints of Light Slate Blue #7C75FA

Color information

#7C75FA (or 0x7C75FA) is unknown color: approx Light Slate Blue. HEX triplet: 7C, 75 and FA. RGB value is (124,117,250). Sum of RGB (Red+Green+Blue) = 124+117+250=491 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.25% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C75FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C75FA is #838A05. Grayscale: #858585. Windows color (decimal): -8620550 or 16414076. OLE color: 16414076.

HSL color Cylindrical-coordinate representation of color #7C75FA: hue angle of 243.16º 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 #7C75FA is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB124117250-
CMYK0.500.5300.02
HSL243.16º93.01%71.96%-
HSV(B)243.16º53.2%98.04%-
XYZ31.9323.9193.37-
YUV134.26193.32120.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.25%
GREEN value IS 117 (46.09% from 255) = 23.83%
BLUE value IS 250 (98.05% from 255) = 50.92%
R=25.25%
G=23.83%
B=50.92%

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
Decimal1241172500.500.5300.02243.1693.0171.96
Hex7C75FA323502f35d48
Octal174165372626502363135110
Binary11111001110101111110101100101101010101111001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C75FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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