Html Css Color HEX #757AF1 Medium Slate Blue

📋 copy color: '#757AF1'

red 117 ◦ green 122 ◦ blue 241

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

Shades of Medium Slate Blue #757AF1

Tints of Medium Slate Blue #757AF1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.42%

 BLUE value IS 241 (94.53% from 255) = 50.21%

R = 24.38%
G = 25.42%
B = 50.21%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#757AF1 (or 0x757AF1) is known color: Medium Slate Blue. HEX triplet: 75, 7A and F1. RGB value is (117,122,241). Sum of RGB (Red+Green+Blue) = 117+122+241=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #757AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757AF1 is #8A850E. Grayscale: #858585. Windows color (decimal): -9078031 or 15825525. OLE color: 15825525.

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

Color convert

RGB 117 122 241 -
CMYK 0.51 0.49 0 0.05
HSL 237.58º 0.82% 0.7% -
HSV(B) 237.58º 0.51% 0.95% -
XYZ 30.17 24.05 86.27 -
YUV 134.07 188.34 115.82 -
System Red Green Blue C M Y K H S L
Decimal 117 122 241 0.51 0.49 0 0.05 237.58 0.82 0.7
Hex 75 7A F1 33 31 0 5 EE 52 46
Octal 165 172 361 63 61 0 5 356 122 106
Binary 1110101 1111010 11110001 110011 110001 0 101 11101110 1010010 1000110

Color Harmonies of #757AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757AF1

Black with #757AF1

Text Example


Text Example

White with #757AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,122,241); }

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

background-color css

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

 a { background-color: rgb(117,122,241); }

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

border-color css

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

 span { border-color: rgb(117,122,241); }

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