Html Css Color HEX #757FE9 Medium Slate Blue

📋 copy color: '#757FE9'

red 117 ◦ green 127 ◦ blue 233

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

Shades of Medium Slate Blue #757FE9

Tints of Medium Slate Blue #757FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.85%

R = 24.53%
G = 26.62%
B = 48.85%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#757FE9 (or 0x757FE9) is known color: Medium Slate Blue. HEX triplet: 75, 7F and E9. RGB value is (117,127,233). Sum of RGB (Red+Green+Blue) = 117+127+233=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #757FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757FE9 is #8A8016. Grayscale: #878787. Windows color (decimal): -9076759 or 15302517. OLE color: 15302517.

HSL color Cylindrical-coordinate representation of color #757FE9: hue angle of 234.83º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #757FE9 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 127 233 -
CMYK 0.50 0.45 0 0.09
HSL 234.83º 0.73% 0.69% -
HSV(B) 234.83º 0.5% 0.91% -
XYZ 29.63 24.84 80.32 -
YUV 136.09 182.69 114.38 -
System Red Green Blue C M Y K H S L
Decimal 117 127 233 0.50 0.45 0 0.09 234.83 0.73 0.69
Hex 75 7F E9 32 2D 0 9 EB 48 45
Octal 165 177 351 62 55 0 11 353 110 105
Binary 1110101 1111111 11101001 110010 101101 0 1001 11101011 1001000 1000101

Color Harmonies of #757FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757FE9

Black with #757FE9

Text Example


Text Example

White with #757FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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