Html Css Color HEX #757BE2 Medium Slate Blue

📋 copy color: '#757BE2'

red 117 ◦ green 123 ◦ blue 226

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

Shades of Medium Slate Blue #757BE2

Tints of Medium Slate Blue #757BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.5%

R = 25.11%
G = 26.39%
B = 48.5%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#757BE2 (or 0x757BE2) is known color: Medium Slate Blue. HEX triplet: 75, 7B and E2. RGB value is (117,123,226). Sum of RGB (Red+Green+Blue) = 117+123+226=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 226 - color contains mainly: blue. Hex color #757BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757BE2 is #8A841D. Grayscale: #848484. Windows color (decimal): -9077790 or 14842741. OLE color: 14842741.

HSL color Cylindrical-coordinate representation of color #757BE2: hue angle of 236.7º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #757BE2 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 123 226 -
CMYK 0.48 0.46 0 0.11
HSL 236.7º 0.65% 0.67% -
HSV(B) 236.7º 0.48% 0.89% -
XYZ 28.15 23.44 74.99 -
YUV 132.95 180.51 116.62 -
System Red Green Blue C M Y K H S L
Decimal 117 123 226 0.48 0.46 0 0.11 236.7 0.65 0.67
Hex 75 7B E2 30 2E 0 B ED 41 43
Octal 165 173 342 60 56 0 13 355 101 103
Binary 1110101 1111011 11100010 110000 101110 0 1011 11101101 1000001 1000011

Color Harmonies of #757BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757BE2

Black with #757BE2

Text Example


Text Example

White with #757BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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