Html Css Color HEX #7375E4 Medium Slate Blue

📋 copy color: '#7375E4'

red 115 ◦ green 117 ◦ blue 228

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

Shades of Medium Slate Blue #7375E4

Tints of Medium Slate Blue #7375E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.57%

R = 25%
G = 25.43%
B = 49.57%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7375E4 (or 0x7375E4) is known color: Medium Slate Blue. HEX triplet: 73, 75 and E4. RGB value is (115,117,228). Sum of RGB (Red+Green+Blue) = 115+117+228=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #7375E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7375E4 is #8C8A1B. Grayscale: #808080. Windows color (decimal): -9210396 or 14972275. OLE color: 14972275.

HSL color Cylindrical-coordinate representation of color #7375E4: hue angle of 238.94º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7375E4 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 115 117 228 -
CMYK 0.50 0.49 0 0.11
HSL 238.94º 0.68% 0.67% -
HSV(B) 238.94º 0.5% 0.89% -
XYZ 27.44 21.97 76.19 -
YUV 129.06 183.84 117.97 -
System Red Green Blue C M Y K H S L
Decimal 115 117 228 0.50 0.49 0 0.11 238.94 0.68 0.67
Hex 73 75 E4 32 31 0 B EF 44 43
Octal 163 165 344 62 61 0 13 357 104 103
Binary 1110011 1110101 11100100 110010 110001 0 1011 11101111 1000100 1000011

Color Harmonies of #7375E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7375E4

Black with #7375E4

Text Example


Text Example

White with #7375E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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