Html Css Color HEX #7E75DD Medium Slate Blue

📋 copy color: '#7E75DD'

red 126 ◦ green 117 ◦ blue 221

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

Shades of Medium Slate Blue #7E75DD

Tints of Medium Slate Blue #7E75DD

RGB

 RED value IS 126 (49.61% from 255) = 27.16%

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 27.16%
G = 25.22%
B = 47.63%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E75DD (or 0x7E75DD) is known color: Medium Slate Blue. HEX triplet: 7E, 75 and DD. RGB value is (126,117,221). Sum of RGB (Red+Green+Blue) = 126+117+221=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E75DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E75DD is #818A22. Grayscale: #838383. Windows color (decimal): -8489507 or 14513534. OLE color: 14513534.

HSL color Cylindrical-coordinate representation of color #7E75DD: hue angle of 245.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E75DD is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 117 221 -
CMYK 0.43 0.47 0 0.13
HSL 245.19º 0.6% 0.66% -
HSV(B) 245.19º 0.47% 0.87% -
XYZ 28.02 22.38 71.25 -
YUV 131.55 178.48 124.04 -
System Red Green Blue C M Y K H S L
Decimal 126 117 221 0.43 0.47 0 0.13 245.19 0.6 0.66
Hex 7E 75 DD 2B 2F 0 D F5 3C 42
Octal 176 165 335 53 57 0 15 365 74 102
Binary 1111110 1110101 11011101 101011 101111 0 1101 11110101 111100 1000010

Color Harmonies of #7E75DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E75DD

Black with #7E75DD

Text Example


Text Example

White with #7E75DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,117,221); }

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

background-color css

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

 a { background-color: rgb(126,117,221); }

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

border-color css

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

 span { border-color: rgb(126,117,221); }

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