#7D7DFA

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

Shades of Light Slate Blue #7D7DFA

Tints of Light Slate Blue #7D7DFA

Color information

#7D7DFA (or 0x7D7DFA) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 7D and FA. RGB value is (125,125,250). Sum of RGB (Red+Green+Blue) = 125+125+250=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D7DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7DFA is #828205. Grayscale: #8A8A8A. Windows color (decimal): -8552966 or 16416125. OLE color: 16416125.

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

Color convert

RGB125125250-
CMYK0.500.5000.02
HSL240º92.59%73.53%-
HSV(B)240º50%98.04%-
XYZ33.0525.9393.71-
YUV139.25190.5117.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25%
GREEN value IS 125 (49.22% from 255) = 25%
BLUE value IS 250 (98.05% from 255) = 50%
R=25%
G=25%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1251252500.500.5000.0224092.5973.53
Hex7D7DFA323202f05d4a
Octal175175372626202360135112
Binary11111011111101111110101100101100100101111000010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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