#7d7bed

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

Shades of Medium Slate Blue #7D7BED

Tints of Medium Slate Blue #7D7BED

Color information

#7D7BED (or 0x7D7BED) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 7B and ED. RGB value is (125,123,237). Sum of RGB (Red+Green+Blue) = 125+123+237=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D7BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7BED is #828412. Grayscale: #888888. Windows color (decimal): -8553491 or 15563645. OLE color: 15563645.

HSL color Cylindrical-coordinate representation of color #7D7BED: hue angle of 241.05º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D7BED is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125123237-
CMYK0.470.4800.07
HSL241.05º76%70.59%-
HSV(B)241.05º48.1%92.94%-
XYZ30.8324.6483.25-
YUV136.59184.66119.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.77%
GREEN value IS 123 (48.44% from 255) = 25.36%
BLUE value IS 237 (92.97% from 255) = 48.87%
R=25.77%
G=25.36%
B=48.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251232370.470.4800.07241.057670.59
Hex7D7BED2F3007f14c47
Octal175173355576007361114107
Binary111110111110111110110110111111000001111111000110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d7bed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,123,237); }

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

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

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

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

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

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

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