Html Css Color HEX #7575EA Medium Slate Blue

📋 copy color: '#7575EA'

red 117 ◦ green 117 ◦ blue 234

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

Shades of Medium Slate Blue #7575EA

Tints of Medium Slate Blue #7575EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50%

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.5

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7575EA (or 0x7575EA) is known color: Medium Slate Blue. HEX triplet: 75, 75 and EA. RGB value is (117,117,234). Sum of RGB (Red+Green+Blue) = 117+117+234=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #7575EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7575EA is #8A8A15. Grayscale: #818181. Windows color (decimal): -9079318 or 15365493. OLE color: 15365493.

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

Color convert

RGB 117 117 234 -
CMYK 0.5 0.5 0 0.08
HSL 240º 0.74% 0.69% -
HSV(B) 240º 0.5% 0.92% -
XYZ 28.55 22.45 80.67 -
YUV 130.34 186.5 118.49 -
System Red Green Blue C M Y K H S L
Decimal 117 117 234 0.5 0.5 0 0.08 240 0.74 0.69
Hex 75 75 EA 32 32 0 8 F0 4A 45
Octal 165 165 352 62 62 0 10 360 112 105
Binary 1110101 1110101 11101010 110010 110010 0 1000 11110000 1001010 1000101

Color Harmonies of #7575EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7575EA

Black with #7575EA

Text Example


Text Example

White with #7575EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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