Html Css Color HEX #7575EB Medium Slate Blue

📋 copy color: '#7575EB'

red 117 ◦ green 117 ◦ blue 235

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

Shades of Medium Slate Blue #7575EB

Tints of Medium Slate Blue #7575EB

RGB

 RED value IS 117 (46.09% from 255) = 24.95%

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

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

R = 24.95%
G = 24.95%
B = 50.11%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7575EB (or 0x7575EB) is known color: Medium Slate Blue. HEX triplet: 75, 75 and EB. RGB value is (117,117,235). Sum of RGB (Red+Green+Blue) = 117+117+235=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #7575EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7575EB is #8A8A14. Grayscale: #818181. Windows color (decimal): -9079317 or 15431029. OLE color: 15431029.

HSL color Cylindrical-coordinate representation of color #7575EB: hue angle of 240º 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 #7575EB is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 117 235 -
CMYK 0.50 0.50 0 0.08
HSL 240º 0.75% 0.69% -
HSV(B) 240º 0.5% 0.92% -
XYZ 28.69 22.5 81.43 -
YUV 130.45 187 118.41 -
System Red Green Blue C M Y K H S L
Decimal 117 117 235 0.50 0.50 0 0.08 240 0.75 0.69
Hex 75 75 EB 32 32 0 8 F0 4B 45
Octal 165 165 353 62 62 0 10 360 113 105
Binary 1110101 1110101 11101011 110010 110010 0 1000 11110000 1001011 1000101

Color Harmonies of #7575EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7575EB

Black with #7575EB

Text Example


Text Example

White with #7575EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7575EB; }

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

 H1.HeaderClassName
 {
   color: #7575EB;
 }
 .AnyTagClassName
 {
   color: #7575EB;
 }
</style>

background-color css

<style>
 a { background-color: #7575EB; }

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

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

border-color css

<style>
 span { border-color: #7575EB; }

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

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