Html Css Color HEX #757FE0 Medium Slate Blue

📋 copy color: '#757FE0'

red 117 ◦ green 127 ◦ blue 224

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

Shades of Medium Slate Blue #757FE0

Tints of Medium Slate Blue #757FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.86%

R = 25%
G = 27.14%
B = 47.86%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#757FE0 (or 0x757FE0) is known color: Medium Slate Blue. HEX triplet: 75, 7F and E0. RGB value is (117,127,224). Sum of RGB (Red+Green+Blue) = 117+127+224=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #757FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FE0 is #8A801F. Grayscale: #868686. Windows color (decimal): -9076768 or 14712693. OLE color: 14712693.

HSL color Cylindrical-coordinate representation of color #757FE0: hue angle of 234.39º degrees, saturation: 0.63, 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 #757FE0 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 127 224 -
CMYK 0.48 0.43 0 0.12
HSL 234.39º 0.63% 0.67% -
HSV(B) 234.39º 0.48% 0.88% -
XYZ 28.38 24.34 73.72 -
YUV 135.07 178.19 115.11 -
System Red Green Blue C M Y K H S L
Decimal 117 127 224 0.48 0.43 0 0.12 234.39 0.63 0.67
Hex 75 7F E0 30 2B 0 C EA 3F 43
Octal 165 177 340 60 53 0 14 352 77 103
Binary 1110101 1111111 11100000 110000 101011 0 1100 11101010 111111 1000011

Color Harmonies of #757FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757FE0

Black with #757FE0

Text Example


Text Example

White with #757FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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