Html Css Color HEX #7375EF Medium Slate Blue

📋 copy color: '#7375EF'

red 115 ◦ green 117 ◦ blue 239

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

Shades of Medium Slate Blue #7375EF

Tints of Medium Slate Blue #7375EF

RGB

 RED value IS 115 (45.31% from 255) = 24.42%

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

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 24.42%
G = 24.84%
B = 50.74%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7375EF (or 0x7375EF) is known color: Medium Slate Blue. HEX triplet: 73, 75 and EF. RGB value is (115,117,239). Sum of RGB (Red+Green+Blue) = 115+117+239=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #7375EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7375EF is #8C8A10. Grayscale: #818181. Windows color (decimal): -9210385 or 15693171. OLE color: 15693171.

HSL color Cylindrical-coordinate representation of color #7375EF: hue angle of 239.03º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7375EF is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 117 239 -
CMYK 0.52 0.51 0 0.06
HSL 239.03º 0.79% 0.69% -
HSV(B) 239.03º 0.52% 0.94% -
XYZ 29.01 22.6 84.49 -
YUV 130.31 189.34 117.08 -
System Red Green Blue C M Y K H S L
Decimal 115 117 239 0.52 0.51 0 0.06 239.03 0.79 0.69
Hex 73 75 EF 34 33 0 6 EF 4F 45
Octal 163 165 357 64 63 0 6 357 117 105
Binary 1110011 1110101 11101111 110100 110011 0 110 11101111 1001111 1000101

Color Harmonies of #7375EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7375EF

Black with #7375EF

Text Example


Text Example

White with #7375EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7375EF; }

 p { color: rgb(115,117,239); }

 H1.HeaderClassName
 {
   color: #7375EF;
 }
 .AnyTagClassName
 {
   color: #7375EF;
 }
</style>

background-color css

<style>
 a { background-color: #7375EF; }

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

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

border-color css

<style>
 span { border-color: #7375EF; }

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

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