Html Css Color HEX #7375EB Medium Slate Blue

📋 copy color: '#7375EB'

red 115 ◦ green 117 ◦ blue 235

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

Shades of Medium Slate Blue #7375EB

Tints of Medium Slate Blue #7375EB

RGB

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

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

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

R = 24.63%
G = 25.05%
B = 50.32%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7375EB (or 0x7375EB) is known color: Medium Slate Blue. HEX triplet: 73, 75 and EB. RGB value is (115,117,235). Sum of RGB (Red+Green+Blue) = 115+117+235=467 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.63% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #7375EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7375EB is #8C8A14. Grayscale: #818181. Windows color (decimal): -9210389 or 15431027. OLE color: 15431027.

HSL color Cylindrical-coordinate representation of color #7375EB: hue angle of 239º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7375EB is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 117 235 -
CMYK 0.51 0.50 0 0.08
HSL 239º 0.75% 0.69% -
HSV(B) 239º 0.51% 0.92% -
XYZ 28.43 22.37 81.42 -
YUV 129.85 187.34 117.41 -
System Red Green Blue C M Y K H S L
Decimal 115 117 235 0.51 0.50 0 0.08 239 0.75 0.69
Hex 73 75 EB 33 32 0 8 EF 4B 45
Octal 163 165 353 63 62 0 10 357 113 105
Binary 1110011 1110101 11101011 110011 110010 0 1000 11101111 1001011 1000101

Color Harmonies of #7375EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7375EB

Black with #7375EB

Text Example


Text Example

White with #7375EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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