Html Css Color HEX #7D68F1 Medium Slate Blue

📋 copy color: '#7D68F1'

red 125 ◦ green 104 ◦ blue 241

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

Shades of Medium Slate Blue #7D68F1

Tints of Medium Slate Blue #7D68F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.28%

R = 26.6%
G = 22.13%
B = 51.28%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7D68F1 (or 0x7D68F1) is known color: Medium Slate Blue. HEX triplet: 7D, 68 and F1. RGB value is (125,104,241). Sum of RGB (Red+Green+Blue) = 125+104+241=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #7D68F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D68F1 is #82970E. Grayscale: #7D7D7D. Windows color (decimal): -8558351 or 15820925. OLE color: 15820925.

HSL color Cylindrical-coordinate representation of color #7D68F1: hue angle of 249.2º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D68F1 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 104 241 -
CMYK 0.48 0.57 0 0.05
HSL 249.2º 0.83% 0.68% -
HSV(B) 249.2º 0.57% 0.95% -
XYZ 29.28 20.61 85.65 -
YUV 125.9 192.96 127.36 -
System Red Green Blue C M Y K H S L
Decimal 125 104 241 0.48 0.57 0 0.05 249.2 0.83 0.68
Hex 7D 68 F1 30 39 0 5 F9 53 44
Octal 175 150 361 60 71 0 5 371 123 104
Binary 1111101 1101000 11110001 110000 111001 0 101 11111001 1010011 1000100

Color Harmonies of #7D68F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D68F1

Black with #7D68F1

Text Example


Text Example

White with #7D68F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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