Html Css Color HEX #7D68EB Medium Slate Blue

📋 copy color: '#7D68EB'

red 125 ◦ green 104 ◦ blue 235

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

Shades of Medium Slate Blue #7D68EB

Tints of Medium Slate Blue #7D68EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.41%

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

R = 26.94%
G = 22.41%
B = 50.65%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D68EB (or 0x7D68EB) is known color: Medium Slate Blue. HEX triplet: 7D, 68 and EB. RGB value is (125,104,235). Sum of RGB (Red+Green+Blue) = 125+104+235=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D68EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D68EB is #829714. Grayscale: #7C7C7C. Windows color (decimal): -8558357 or 15427709. OLE color: 15427709.

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

Color convert

RGB 125 104 235 -
CMYK 0.47 0.56 0 0.08
HSL 249.62º 0.77% 0.66% -
HSV(B) 249.62º 0.56% 0.92% -
XYZ 28.4 20.26 81.01 -
YUV 125.21 189.96 127.85 -
System Red Green Blue C M Y K H S L
Decimal 125 104 235 0.47 0.56 0 0.08 249.62 0.77 0.66
Hex 7D 68 EB 2F 38 0 8 FA 4D 42
Octal 175 150 353 57 70 0 10 372 115 102
Binary 1111101 1101000 11101011 101111 111000 0 1000 11111010 1001101 1000010

Color Harmonies of #7D68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D68EB

Black with #7D68EB

Text Example


Text Example

White with #7D68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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