Html Css Color HEX #7D75E4 Medium Slate Blue

📋 copy color: '#7D75E4'

red 125 ◦ green 117 ◦ blue 228

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

Shades of Medium Slate Blue #7D75E4

Tints of Medium Slate Blue #7D75E4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.89%

 BLUE value IS 228 (89.45% from 255) = 48.51%

R = 26.6%
G = 24.89%
B = 48.51%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7D75E4 (or 0x7D75E4) is known color: Medium Slate Blue. HEX triplet: 7D, 75 and E4. RGB value is (125,117,228). Sum of RGB (Red+Green+Blue) = 125+117+228=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #7D75E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D75E4 is #828A1B. Grayscale: #838383. Windows color (decimal): -8555036 or 14972285. OLE color: 14972285.

HSL color Cylindrical-coordinate representation of color #7D75E4: hue angle of 244.32º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D75E4 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 125 117 228 -
CMYK 0.45 0.49 0 0.11
HSL 244.32º 0.67% 0.68% -
HSV(B) 244.32º 0.49% 0.89% -
XYZ 28.82 22.68 76.26 -
YUV 132.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 125 117 228 0.45 0.49 0 0.11 244.32 0.67 0.68
Hex 7D 75 E4 2D 31 0 B F4 43 44
Octal 175 165 344 55 61 0 13 364 103 104
Binary 1111101 1110101 11100100 101101 110001 0 1011 11110100 1000011 1000100

Color Harmonies of #7D75E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D75E4

Black with #7D75E4

Text Example


Text Example

White with #7D75E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,117,228); }

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

background-color css

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

 a { background-color: rgb(125,117,228); }

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

border-color css

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

 span { border-color: rgb(125,117,228); }

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