Html Css Color HEX #757CF0 Medium Slate Blue

📋 copy color: '#757CF0'

red 117 ◦ green 124 ◦ blue 240

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

Shades of Medium Slate Blue #757CF0

Tints of Medium Slate Blue #757CF0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 240 (94.14% from 255) = 49.9%

R = 24.32%
G = 25.78%
B = 49.9%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#757CF0 (or 0x757CF0) is known color: Medium Slate Blue. HEX triplet: 75, 7C and F0. RGB value is (117,124,240). Sum of RGB (Red+Green+Blue) = 117+124+240=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #757CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757CF0 is #8A830F. Grayscale: #868686. Windows color (decimal): -9077520 or 15760501. OLE color: 15760501.

HSL color Cylindrical-coordinate representation of color #757CF0: hue angle of 236.59º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #757CF0 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 124 240 -
CMYK 0.51 0.48 0 0.06
HSL 236.59º 0.8% 0.7% -
HSV(B) 236.59º 0.51% 0.94% -
XYZ 30.27 24.49 85.57 -
YUV 135.13 187.18 115.07 -
System Red Green Blue C M Y K H S L
Decimal 117 124 240 0.51 0.48 0 0.06 236.59 0.8 0.7
Hex 75 7C F0 33 30 0 6 ED 50 46
Octal 165 174 360 63 60 0 6 355 120 106
Binary 1110101 1111100 11110000 110011 110000 0 110 11101101 1010000 1000110

Color Harmonies of #757CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CF0

Black with #757CF0

Text Example


Text Example

White with #757CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757CF0; }

 p { color: rgb(117,124,240); }

 H1.HeaderClassName
 {
   color: #757CF0;
 }
 .AnyTagClassName
 {
   color: #757CF0;
 }
</style>

background-color css

<style>
 a { background-color: #757CF0; }

 a { background-color: rgb(117,124,240); }

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

border-color css

<style>
 span { border-color: #757CF0; }

 span { border-color: rgb(117,124,240); }

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