Html Css Color HEX #7075F3 Medium Slate Blue

📋 copy color: '#7075F3'

red 112 ◦ green 117 ◦ blue 243

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

Shades of Medium Slate Blue #7075F3

Tints of Medium Slate Blue #7075F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.48%

R = 23.73%
G = 24.79%
B = 51.48%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7075F3 (or 0x7075F3) is known color: Medium Slate Blue. HEX triplet: 70, 75 and F3. RGB value is (112,117,243). Sum of RGB (Red+Green+Blue) = 112+117+243=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #7075F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7075F3 is #8F8A0C. Grayscale: #818181. Windows color (decimal): -9406989 or 15955312. OLE color: 15955312.

HSL color Cylindrical-coordinate representation of color #7075F3: hue angle of 237.71º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7075F3 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 117 243 -
CMYK 0.54 0.52 0 0.05
HSL 237.71º 0.85% 0.7% -
HSV(B) 237.71º 0.54% 0.95% -
XYZ 29.22 22.64 87.62 -
YUV 129.87 191.84 115.25 -
System Red Green Blue C M Y K H S L
Decimal 112 117 243 0.54 0.52 0 0.05 237.71 0.85 0.7
Hex 70 75 F3 36 34 0 5 EE 55 46
Octal 160 165 363 66 64 0 5 356 125 106
Binary 1110000 1110101 11110011 110110 110100 0 101 11101110 1010101 1000110

Color Harmonies of #7075F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7075F3

Black with #7075F3

Text Example


Text Example

White with #7075F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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