Html Css Color HEX #7C75EE Medium Slate Blue

📋 copy color: '#7C75EE'

red 124 ◦ green 117 ◦ blue 238

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

Shades of Medium Slate Blue #7C75EE

Tints of Medium Slate Blue #7C75EE

RGB

 RED value IS 124 (48.83% from 255) = 25.89%

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

 BLUE value IS 238 (93.36% from 255) = 49.69%

R = 25.89%
G = 24.43%
B = 49.69%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7C75EE (or 0x7C75EE) is known color: Medium Slate Blue. HEX triplet: 7C, 75 and EE. RGB value is (124,117,238). Sum of RGB (Red+Green+Blue) = 124+117+238=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C75EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C75EE is #838A11. Grayscale: #848484. Windows color (decimal): -8620562 or 15627644. OLE color: 15627644.

HSL color Cylindrical-coordinate representation of color #7C75EE: hue angle of 243.47º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C75EE is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 117 238 -
CMYK 0.48 0.51 0 0.07
HSL 243.47º 0.78% 0.7% -
HSV(B) 243.47º 0.51% 0.93% -
XYZ 30.11 23.18 83.78 -
YUV 132.89 187.32 121.66 -
System Red Green Blue C M Y K H S L
Decimal 124 117 238 0.48 0.51 0 0.07 243.47 0.78 0.7
Hex 7C 75 EE 30 33 0 7 F3 4E 46
Octal 174 165 356 60 63 0 7 363 116 106
Binary 1111100 1110101 11101110 110000 110011 0 111 11110011 1001110 1000110

Color Harmonies of #7C75EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C75EE

Black with #7C75EE

Text Example


Text Example

White with #7C75EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,117,238); }

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

background-color css

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

 a { background-color: rgb(124,117,238); }

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

border-color css

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

 span { border-color: rgb(124,117,238); }

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