Html Css Color HEX #7E75E6 Medium Slate Blue

📋 copy color: '#7E75E6'

red 126 ◦ green 117 ◦ blue 230

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

Shades of Medium Slate Blue #7E75E6

Tints of Medium Slate Blue #7E75E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.63%

R = 26.64%
G = 24.74%
B = 48.63%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7E75E6 (or 0x7E75E6) is known color: Medium Slate Blue. HEX triplet: 7E, 75 and E6. RGB value is (126,117,230). Sum of RGB (Red+Green+Blue) = 126+117+230=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #7E75E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E75E6 is #818A19. Grayscale: #848484. Windows color (decimal): -8489498 or 15103358. OLE color: 15103358.

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

Color convert

RGB 126 117 230 -
CMYK 0.45 0.49 0 0.10
HSL 244.78º 0.69% 0.68% -
HSV(B) 244.78º 0.49% 0.9% -
XYZ 29.25 22.87 77.74 -
YUV 132.57 182.98 123.31 -
System Red Green Blue C M Y K H S L
Decimal 126 117 230 0.45 0.49 0 0.10 244.78 0.69 0.68
Hex 7E 75 E6 2D 31 0 A F5 45 44
Octal 176 165 346 55 61 0 12 365 105 104
Binary 1111110 1110101 11100110 101101 110001 0 1010 11110101 1000101 1000100

Color Harmonies of #7E75E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E75E6

Black with #7E75E6

Text Example


Text Example

White with #7E75E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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