Html Css Color HEX #757BE7 Medium Slate Blue

📋 copy color: '#757BE7'

red 117 ◦ green 123 ◦ blue 231

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

Shades of Medium Slate Blue #757BE7

Tints of Medium Slate Blue #757BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.04%

R = 24.84%
G = 26.11%
B = 49.04%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#757BE7 (or 0x757BE7) is known color: Medium Slate Blue. HEX triplet: 75, 7B and E7. RGB value is (117,123,231). Sum of RGB (Red+Green+Blue) = 117+123+231=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #757BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BE7 is #8A8418. Grayscale: #858585. Windows color (decimal): -9077785 or 15170421. OLE color: 15170421.

HSL color Cylindrical-coordinate representation of color #757BE7: hue angle of 236.84º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #757BE7 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 123 231 -
CMYK 0.49 0.47 0 0.09
HSL 236.84º 0.7% 0.68% -
HSV(B) 236.84º 0.49% 0.91% -
XYZ 28.84 23.72 78.66 -
YUV 133.52 183.01 116.22 -
System Red Green Blue C M Y K H S L
Decimal 117 123 231 0.49 0.47 0 0.09 236.84 0.7 0.68
Hex 75 7B E7 31 2F 0 9 ED 46 44
Octal 165 173 347 61 57 0 11 355 106 104
Binary 1110101 1111011 11100111 110001 101111 0 1001 11101101 1000110 1000100

Color Harmonies of #757BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757BE7

Black with #757BE7

Text Example


Text Example

White with #757BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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