Html Css Color HEX #7570F4 Medium Slate Blue

📋 copy color: '#7570F4'

red 117 ◦ green 112 ◦ blue 244

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

Shades of Medium Slate Blue #7570F4

Tints of Medium Slate Blue #7570F4

RGB

 RED value IS 117 (46.09% from 255) = 24.74%

 GREEN value IS 112 (44.14% from 255) = 23.68%

 BLUE value IS 244 (95.7% from 255) = 51.59%

R = 24.74%
G = 23.68%
B = 51.59%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7570F4 (or 0x7570F4) is known color: Medium Slate Blue. HEX triplet: 75, 70 and F4. RGB value is (117,112,244). Sum of RGB (Red+Green+Blue) = 117+112+244=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 244 (95.70% from 255 or 51.59% from 473); Max value from RGB is 244 - color contains mainly: blue. Hex color #7570F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7570F4 is #8A8F0B. Grayscale: #808080. Windows color (decimal): -9080588 or 16019573. OLE color: 16019573.

HSL color Cylindrical-coordinate representation of color #7570F4: hue angle of 242.27º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7570F4 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 112 244 -
CMYK 0.52 0.54 0 0.04
HSL 242.27º 0.86% 0.7% -
HSV(B) 242.27º 0.54% 0.96% -
XYZ 29.46 21.9 88.26 -
YUV 128.54 193.16 119.77 -
System Red Green Blue C M Y K H S L
Decimal 117 112 244 0.52 0.54 0 0.04 242.27 0.86 0.7
Hex 75 70 F4 34 36 0 4 F2 56 46
Octal 165 160 364 64 66 0 4 362 126 106
Binary 1110101 1110000 11110100 110100 110110 0 100 11110010 1010110 1000110

Color Harmonies of #7570F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7570F4

Black with #7570F4

Text Example


Text Example

White with #7570F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7570F4; }

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

 H1.HeaderClassName
 {
   color: #7570F4;
 }
 .AnyTagClassName
 {
   color: #7570F4;
 }
</style>

background-color css

<style>
 a { background-color: #7570F4; }

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

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

border-color css

<style>
 span { border-color: #7570F4; }

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

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