Html Css Color HEX #757FE1 Medium Slate Blue

📋 copy color: '#757FE1'

red 117 ◦ green 127 ◦ blue 225

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

Shades of Medium Slate Blue #757FE1

Tints of Medium Slate Blue #757FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 27.08%

 BLUE value IS 225 (88.28% from 255) = 47.97%

R = 24.95%
G = 27.08%
B = 47.97%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#757FE1 (or 0x757FE1) is known color: Medium Slate Blue. HEX triplet: 75, 7F and E1. RGB value is (117,127,225). Sum of RGB (Red+Green+Blue) = 117+127+225=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #757FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FE1 is #8A801E. Grayscale: #868686. Windows color (decimal): -9076767 or 14778229. OLE color: 14778229.

HSL color Cylindrical-coordinate representation of color #757FE1: hue angle of 234.44º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #757FE1 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 127 225 -
CMYK 0.48 0.44 0 0.12
HSL 234.44º 0.64% 0.67% -
HSV(B) 234.44º 0.48% 0.88% -
XYZ 28.52 24.4 74.44 -
YUV 135.18 178.69 115.03 -
System Red Green Blue C M Y K H S L
Decimal 117 127 225 0.48 0.44 0 0.12 234.44 0.64 0.67
Hex 75 7F E1 30 2C 0 C EA 40 43
Octal 165 177 341 60 54 0 14 352 100 103
Binary 1110101 1111111 11100001 110000 101100 0 1100 11101010 1000000 1000011

Color Harmonies of #757FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757FE1

Black with #757FE1

Text Example


Text Example

White with #757FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,127,225); }

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

background-color css

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

 a { background-color: rgb(117,127,225); }

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

border-color css

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

 span { border-color: rgb(117,127,225); }

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