Html Css Color HEX #7D55EB Medium Slate Blue

📋 copy color: '#7D55EB'

red 125 ◦ green 85 ◦ blue 235

#7D55EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #7D55EB

Tints of Medium Slate Blue #7D55EB

RGB

 RED value IS 125 (49.22% from 255) = 28.09%

 GREEN value IS 85 (33.59% from 255) = 19.1%

 BLUE value IS 235 (92.19% from 255) = 52.81%

R = 28.09%
G = 19.1%
B = 52.81%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D55EB (or 0x7D55EB) is known color: Medium Slate Blue. HEX triplet: 7D, 55 and EB. RGB value is (125,85,235). Sum of RGB (Red+Green+Blue) = 125+85+235=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D55EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D55EB is #82AA14. Grayscale: #717171. Windows color (decimal): -8563221 or 15422845. OLE color: 15422845.

HSL color Cylindrical-coordinate representation of color #7D55EB: hue angle of 256º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D55EB is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 85 235 -
CMYK 0.47 0.64 0 0.08
HSL 256º 0.79% 0.63% -
HSV(B) 256º 0.64% 0.92% -
XYZ 26.7 16.86 80.44 -
YUV 114.06 196.25 135.8 -
System Red Green Blue C M Y K H S L
Decimal 125 85 235 0.47 0.64 0 0.08 256 0.79 0.63
Hex 7D 55 EB 2F 40 0 8 100 4F 3F
Octal 175 125 353 57 100 0 10 400 117 77
Binary 1111101 1010101 11101011 101111 1000000 0 1000 100000000 1001111 111111

Color Harmonies of #7D55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D55EB

Black with #7D55EB

Text Example


Text Example

White with #7D55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,85,235); }

 H1.HeaderClassName
 {
   color: #7D55EB;
 }
 .AnyTagClassName
 {
   color: #7D55EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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