Html Css Color HEX #7075E5 Medium Slate Blue

📋 copy color: '#7075E5'

red 112 ◦ green 117 ◦ blue 229

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

Shades of Medium Slate Blue #7075E5

Tints of Medium Slate Blue #7075E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50%

R = 24.45%
G = 25.55%
B = 50%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7075E5 (or 0x7075E5) is known color: Medium Slate Blue. HEX triplet: 70, 75 and E5. RGB value is (112,117,229). Sum of RGB (Red+Green+Blue) = 112+117+229=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #7075E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7075E5 is #8F8A1A. Grayscale: #7F7F7F. Windows color (decimal): -9407003 or 15037808. OLE color: 15037808.

HSL color Cylindrical-coordinate representation of color #7075E5: hue angle of 237.44º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7075E5 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 117 229 -
CMYK 0.51 0.49 0 0.10
HSL 237.44º 0.69% 0.67% -
HSV(B) 237.44º 0.51% 0.9% -
XYZ 27.19 21.82 76.91 -
YUV 128.27 184.84 116.39 -
System Red Green Blue C M Y K H S L
Decimal 112 117 229 0.51 0.49 0 0.10 237.44 0.69 0.67
Hex 70 75 E5 33 31 0 A ED 45 43
Octal 160 165 345 63 61 0 12 355 105 103
Binary 1110000 1110101 11100101 110011 110001 0 1010 11101101 1000101 1000011

Color Harmonies of #7075E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7075E5

Black with #7075E5

Text Example


Text Example

White with #7075E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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