Html Css Color HEX #7D7CEB Medium Slate Blue

📋 copy color: '#7D7CEB'

red 125 ◦ green 124 ◦ blue 235

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

Shades of Medium Slate Blue #7D7CEB

Tints of Medium Slate Blue #7D7CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.62%

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

R = 25.83%
G = 25.62%
B = 48.55%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D7CEB (or 0x7D7CEB) is known color: Medium Slate Blue. HEX triplet: 7D, 7C and EB. RGB value is (125,124,235). Sum of RGB (Red+Green+Blue) = 125+124+235=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D7CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7CEB is #828314. Grayscale: #888888. Windows color (decimal): -8553237 or 15432829. OLE color: 15432829.

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

Color convert

RGB 125 124 235 -
CMYK 0.47 0.47 0 0.08
HSL 240.54º 0.74% 0.7% -
HSV(B) 240.54º 0.47% 0.92% -
XYZ 30.66 24.77 81.76 -
YUV 136.95 183.33 119.47 -
System Red Green Blue C M Y K H S L
Decimal 125 124 235 0.47 0.47 0 0.08 240.54 0.74 0.7
Hex 7D 7C EB 2F 2F 0 8 F1 4A 46
Octal 175 174 353 57 57 0 10 361 112 106
Binary 1111101 1111100 11101011 101111 101111 0 1000 11110001 1001010 1000110

Color Harmonies of #7D7CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7CEB

Black with #7D7CEB

Text Example


Text Example

White with #7D7CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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