Html Css Color HEX #757BE8 Medium Slate Blue

📋 copy color: '#757BE8'

red 117 ◦ green 123 ◦ blue 232

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

Shades of Medium Slate Blue #757BE8

Tints of Medium Slate Blue #757BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.15%

R = 24.79%
G = 26.06%
B = 49.15%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#757BE8 (or 0x757BE8) is known color: Medium Slate Blue. HEX triplet: 75, 7B and E8. RGB value is (117,123,232). Sum of RGB (Red+Green+Blue) = 117+123+232=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #757BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BE8 is #8A8417. Grayscale: #858585. Windows color (decimal): -9077784 or 15235957. OLE color: 15235957.

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

Color convert

RGB 117 123 232 -
CMYK 0.50 0.47 0 0.09
HSL 236.87º 0.71% 0.68% -
HSV(B) 236.87º 0.5% 0.91% -
XYZ 28.98 23.77 79.41 -
YUV 133.63 183.51 116.14 -
System Red Green Blue C M Y K H S L
Decimal 117 123 232 0.50 0.47 0 0.09 236.87 0.71 0.68
Hex 75 7B E8 32 2F 0 9 ED 47 44
Octal 165 173 350 62 57 0 11 355 107 104
Binary 1110101 1111011 11101000 110010 101111 0 1001 11101101 1000111 1000100

Color Harmonies of #757BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757BE8

Black with #757BE8

Text Example


Text Example

White with #757BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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