Html Css Color HEX #757CDE Medium Slate Blue

📋 copy color: '#757CDE'

red 117 ◦ green 124 ◦ blue 222

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

Shades of Medium Slate Blue #757CDE

Tints of Medium Slate Blue #757CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 25.27%
G = 26.78%
B = 47.95%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#757CDE (or 0x757CDE) is known color: Medium Slate Blue. HEX triplet: 75, 7C and DE. RGB value is (117,124,222). Sum of RGB (Red+Green+Blue) = 117+124+222=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #757CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CDE is #8A8321. Grayscale: #848484. Windows color (decimal): -9077538 or 14580853. OLE color: 14580853.

HSL color Cylindrical-coordinate representation of color #757CDE: hue angle of 236º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #757CDE is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 124 222 -
CMYK 0.47 0.44 0 0.13
HSL 236º 0.61% 0.66% -
HSV(B) 236º 0.47% 0.87% -
XYZ 27.73 23.47 72.18 -
YUV 133.08 178.18 116.53 -
System Red Green Blue C M Y K H S L
Decimal 117 124 222 0.47 0.44 0 0.13 236 0.61 0.66
Hex 75 7C DE 2F 2C 0 D EC 3D 42
Octal 165 174 336 57 54 0 15 354 75 102
Binary 1110101 1111100 11011110 101111 101100 0 1101 11101100 111101 1000010

Color Harmonies of #757CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CDE

Black with #757CDE

Text Example


Text Example

White with #757CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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