Html Css Color HEX #757EF2 Medium Slate Blue

📋 copy color: '#757EF2'

red 117 ◦ green 126 ◦ blue 242

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

Shades of Medium Slate Blue #757EF2

Tints of Medium Slate Blue #757EF2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.98%

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

R = 24.12%
G = 25.98%
B = 49.9%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#757EF2 (or 0x757EF2) is known color: Medium Slate Blue. HEX triplet: 75, 7E and F2. RGB value is (117,126,242). Sum of RGB (Red+Green+Blue) = 117+126+242=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #757EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757EF2 is #8A810D. Grayscale: #888888. Windows color (decimal): -9077006 or 15892085. OLE color: 15892085.

HSL color Cylindrical-coordinate representation of color #757EF2: hue angle of 235.68º 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 #757EF2 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 126 242 -
CMYK 0.52 0.48 0 0.05
HSL 235.68º 0.83% 0.7% -
HSV(B) 235.68º 0.52% 0.95% -
XYZ 30.82 25.11 87.23 -
YUV 136.53 187.52 114.07 -
System Red Green Blue C M Y K H S L
Decimal 117 126 242 0.52 0.48 0 0.05 235.68 0.83 0.7
Hex 75 7E F2 34 30 0 5 EC 53 46
Octal 165 176 362 64 60 0 5 354 123 106
Binary 1110101 1111110 11110010 110100 110000 0 101 11101100 1010011 1000110

Color Harmonies of #757EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757EF2

Black with #757EF2

Text Example


Text Example

White with #757EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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