#7D7AFF

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

Shades of Light Slate Blue #7D7AFF

Tints of Light Slate Blue #7D7AFF

Color information

#7D7AFF (or 0x7D7AFF) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 7A and FF. RGB value is (125,122,255). Sum of RGB (Red+Green+Blue) = 125+122+255=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D7AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7AFF is #828500. Grayscale: #898989. Windows color (decimal): -8553729 or 16743037. OLE color: 16743037.

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

Color convert

RGB125122255-
CMYK0.510.5200
HSL241.35º100%73.92%-
HSV(B)241.35º52.16%100%-
XYZ33.4725.597.77-
YUV138.06193.99118.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.90%
GREEN value IS 122 (48.05% from 255) = 24.30%
BLUE value IS 255 (100% from 255) = 50.80%
R=24.90%
G=24.30%
B=50.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1251222550.510.5200241.3510073.92
Hex7D7AFF333400f1644a
Octal175172377636400361144112
Binary1111101111101011111111110011110100001111000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,122,255); }

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

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

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

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

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

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

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