Html Css Color HEX #757BE1 Medium Slate Blue

📋 copy color: '#757BE1'

red 117 ◦ green 123 ◦ blue 225

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

Shades of Medium Slate Blue #757BE1

Tints of Medium Slate Blue #757BE1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.45%

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

R = 25.16%
G = 26.45%
B = 48.39%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#757BE1 (or 0x757BE1) is known color: Medium Slate Blue. HEX triplet: 75, 7B and E1. RGB value is (117,123,225). Sum of RGB (Red+Green+Blue) = 117+123+225=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #757BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757BE1 is #8A841E. Grayscale: #848484. Windows color (decimal): -9077791 or 14777205. OLE color: 14777205.

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

Color convert

RGB 117 123 225 -
CMYK 0.48 0.45 0 0.12
HSL 236.67º 0.64% 0.67% -
HSV(B) 236.67º 0.48% 0.88% -
XYZ 28.01 23.38 74.27 -
YUV 132.83 180.01 116.71 -
System Red Green Blue C M Y K H S L
Decimal 117 123 225 0.48 0.45 0 0.12 236.67 0.64 0.67
Hex 75 7B E1 30 2D 0 C ED 40 43
Octal 165 173 341 60 55 0 14 355 100 103
Binary 1110101 1111011 11100001 110000 101101 0 1100 11101101 1000000 1000011

Color Harmonies of #757BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757BE1

Black with #757BE1

Text Example


Text Example

White with #757BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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