Html Css Color HEX #7075ED Medium Slate Blue

📋 copy color: '#7075ED'

red 112 ◦ green 117 ◦ blue 237

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

Shades of Medium Slate Blue #7075ED

Tints of Medium Slate Blue #7075ED

RGB

 RED value IS 112 (44.14% from 255) = 24.03%

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

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 24.03%
G = 25.11%
B = 50.86%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7075ED (or 0x7075ED) is known color: Medium Slate Blue. HEX triplet: 70, 75 and ED. RGB value is (112,117,237). Sum of RGB (Red+Green+Blue) = 112+117+237=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #7075ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7075ED is #8F8A12. Grayscale: #808080. Windows color (decimal): -9406995 or 15562096. OLE color: 15562096.

HSL color Cylindrical-coordinate representation of color #7075ED: hue angle of 237.6º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7075ED is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 117 237 -
CMYK 0.53 0.51 0 0.07
HSL 237.6º 0.78% 0.68% -
HSV(B) 237.6º 0.53% 0.93% -
XYZ 28.33 22.28 82.93 -
YUV 129.19 188.84 115.74 -
System Red Green Blue C M Y K H S L
Decimal 112 117 237 0.53 0.51 0 0.07 237.6 0.78 0.68
Hex 70 75 ED 35 33 0 7 EE 4E 44
Octal 160 165 355 65 63 0 7 356 116 104
Binary 1110000 1110101 11101101 110101 110011 0 111 11101110 1001110 1000100

Color Harmonies of #7075ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7075ED

Black with #7075ED

Text Example


Text Example

White with #7075ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7075ED; }

 p { color: rgb(112,117,237); }

 H1.HeaderClassName
 {
   color: #7075ED;
 }
 .AnyTagClassName
 {
   color: #7075ED;
 }
</style>

background-color css

<style>
 a { background-color: #7075ED; }

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

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

border-color css

<style>
 span { border-color: #7075ED; }

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

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