#625AED

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

Shades of Medium Slate Blue #625AED

Tints of Medium Slate Blue #625AED

Color information

#625AED (or 0x625AED) is unknown color: approx Medium Slate Blue. HEX triplet: 62, 5A and ED. RGB value is (98,90,237). Sum of RGB (Red+Green+Blue) = 98+90+237=425 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.06% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #625AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625AED is #9DA512. Grayscale: #6C6C6C. Windows color (decimal): -10331411 or 15555170. OLE color: 15555170.

HSL color Cylindrical-coordinate representation of color #625AED: hue angle of 243.27º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #625AED is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9890237-
CMYK0.590.6200.07
HSL243.27º80.33%64.12%-
HSV(B)243.27º62.03%92.94%-
XYZ23.9816.0281.95-
YUV109.15200.15120.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.06%
GREEN value IS 90 (35.55% from 255) = 21.18%
BLUE value IS 237 (92.97% from 255) = 55.76%
R=23.06%
G=21.18%
B=55.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal98902370.590.6200.07243.2780.3364.12
Hex625AED3B3E07f35040
Octal142132355737607363120100
Binary110001010110101110110111101111111001111111001110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625AED; }

 p { color: rgb(98,90,237); }

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

<style>
 a { background-color: #625AED; }

 a { background-color: rgb(98,90,237); }

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

<style>
 span { border-color: #625AED; }

 span { border-color: rgb(98,90,237); }

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