Html Css Color HEX #757FEA Medium Slate Blue

📋 copy color: '#757FEA'

red 117 ◦ green 127 ◦ blue 234

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

Shades of Medium Slate Blue #757FEA

Tints of Medium Slate Blue #757FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.95%

R = 24.48%
G = 26.57%
B = 48.95%

CMYK

 C value IS 0.5

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#757FEA (or 0x757FEA) is known color: Medium Slate Blue. HEX triplet: 75, 7F and EA. RGB value is (117,127,234). Sum of RGB (Red+Green+Blue) = 117+127+234=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #757FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757FEA is #8A8015. Grayscale: #878787. Windows color (decimal): -9076758 or 15368053. OLE color: 15368053.

HSL color Cylindrical-coordinate representation of color #757FEA: hue angle of 234.87º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #757FEA is Cyan = 0.5, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 127 234 -
CMYK 0.5 0.46 0 0.08
HSL 234.87º 0.74% 0.69% -
HSV(B) 234.87º 0.5% 0.92% -
XYZ 29.78 24.9 81.08 -
YUV 136.21 183.19 114.3 -
System Red Green Blue C M Y K H S L
Decimal 117 127 234 0.5 0.46 0 0.08 234.87 0.74 0.69
Hex 75 7F EA 32 2E 0 8 EB 4A 45
Octal 165 177 352 62 56 0 10 353 112 105
Binary 1110101 1111111 11101010 110010 101110 0 1000 11101011 1001010 1000101

Color Harmonies of #757FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757FEA

Black with #757FEA

Text Example


Text Example

White with #757FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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