Html Css Color HEX #757CF2 Medium Slate Blue

📋 copy color: '#757CF2'

red 117 ◦ green 124 ◦ blue 242

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

Shades of Medium Slate Blue #757CF2

Tints of Medium Slate Blue #757CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.1%

R = 24.22%
G = 25.67%
B = 50.1%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#757CF2 (or 0x757CF2) is known color: Medium Slate Blue. HEX triplet: 75, 7C and F2. RGB value is (117,124,242). Sum of RGB (Red+Green+Blue) = 117+124+242=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #757CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757CF2 is #8A830D. Grayscale: #868686. Windows color (decimal): -9077518 or 15891573. OLE color: 15891573.

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

Color convert

RGB 117 124 242 -
CMYK 0.52 0.49 0 0.05
HSL 236.64º 0.83% 0.7% -
HSV(B) 236.64º 0.52% 0.95% -
XYZ 30.57 24.61 87.14 -
YUV 135.36 188.18 114.91 -
System Red Green Blue C M Y K H S L
Decimal 117 124 242 0.52 0.49 0 0.05 236.64 0.83 0.7
Hex 75 7C F2 34 31 0 5 ED 53 46
Octal 165 174 362 64 61 0 5 355 123 106
Binary 1110101 1111100 11110010 110100 110001 0 101 11101101 1010011 1000110

Color Harmonies of #757CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CF2

Black with #757CF2

Text Example


Text Example

White with #757CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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