Html Css Color HEX #7C75EB Medium Slate Blue

📋 copy color: '#7C75EB'

red 124 ◦ green 117 ◦ blue 235

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

Shades of Medium Slate Blue #7C75EB

Tints of Medium Slate Blue #7C75EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 26.05%
G = 24.58%
B = 49.37%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7C75EB (or 0x7C75EB) is known color: Medium Slate Blue. HEX triplet: 7C, 75 and EB. RGB value is (124,117,235). Sum of RGB (Red+Green+Blue) = 124+117+235=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C75EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C75EB is #838A14. Grayscale: #848484. Windows color (decimal): -8620565 or 15431036. OLE color: 15431036.

HSL color Cylindrical-coordinate representation of color #7C75EB: hue angle of 243.56º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C75EB is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 117 235 -
CMYK 0.47 0.50 0 0.08
HSL 243.56º 0.75% 0.69% -
HSV(B) 243.56º 0.5% 0.92% -
XYZ 29.67 23.01 81.47 -
YUV 132.55 185.82 121.91 -
System Red Green Blue C M Y K H S L
Decimal 124 117 235 0.47 0.50 0 0.08 243.56 0.75 0.69
Hex 7C 75 EB 2F 32 0 8 F4 4B 45
Octal 174 165 353 57 62 0 10 364 113 105
Binary 1111100 1110101 11101011 101111 110010 0 1000 11110100 1001011 1000101

Color Harmonies of #7C75EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C75EB

Black with #7C75EB

Text Example


Text Example

White with #7C75EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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