Html Css Color HEX #7375DC Medium Slate Blue

📋 copy color: '#7375DC'

red 115 ◦ green 117 ◦ blue 220

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

Shades of Medium Slate Blue #7375DC

Tints of Medium Slate Blue #7375DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 25.44%
G = 25.88%
B = 48.67%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7375DC (or 0x7375DC) is known color: Medium Slate Blue. HEX triplet: 73, 75 and DC. RGB value is (115,117,220). Sum of RGB (Red+Green+Blue) = 115+117+220=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #7375DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7375DC is #8C8A23. Grayscale: #7F7F7F. Windows color (decimal): -9210404 or 14447987. OLE color: 14447987.

HSL color Cylindrical-coordinate representation of color #7375DC: hue angle of 238.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7375DC is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 117 220 -
CMYK 0.48 0.47 0 0.14
HSL 238.86º 0.6% 0.66% -
HSV(B) 238.86º 0.48% 0.86% -
XYZ 26.35 21.53 70.48 -
YUV 128.14 179.84 118.62 -
System Red Green Blue C M Y K H S L
Decimal 115 117 220 0.48 0.47 0 0.14 238.86 0.6 0.66
Hex 73 75 DC 30 2F 0 E EF 3C 42
Octal 163 165 334 60 57 0 16 357 74 102
Binary 1110011 1110101 11011100 110000 101111 0 1110 11101111 111100 1000010

Color Harmonies of #7375DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7375DC

Black with #7375DC

Text Example


Text Example

White with #7375DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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