Html Css Color HEX #757BE6 Medium Slate Blue

📋 copy color: '#757BE6'

red 117 ◦ green 123 ◦ blue 230

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

Shades of Medium Slate Blue #757BE6

Tints of Medium Slate Blue #757BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.94%

R = 24.89%
G = 26.17%
B = 48.94%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#757BE6 (or 0x757BE6) is known color: Medium Slate Blue. HEX triplet: 75, 7B and E6. RGB value is (117,123,230). Sum of RGB (Red+Green+Blue) = 117+123+230=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #757BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BE6 is #8A8419. Grayscale: #848484. Windows color (decimal): -9077786 or 15104885. OLE color: 15104885.

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

Color convert

RGB 117 123 230 -
CMYK 0.49 0.47 0 0.10
HSL 236.81º 0.69% 0.68% -
HSV(B) 236.81º 0.49% 0.9% -
XYZ 28.7 23.66 77.92 -
YUV 133.4 182.51 116.3 -
System Red Green Blue C M Y K H S L
Decimal 117 123 230 0.49 0.47 0 0.10 236.81 0.69 0.68
Hex 75 7B E6 31 2F 0 A ED 45 44
Octal 165 173 346 61 57 0 12 355 105 104
Binary 1110101 1111011 11100110 110001 101111 0 1010 11101101 1000101 1000100

Color Harmonies of #757BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757BE6

Black with #757BE6

Text Example


Text Example

White with #757BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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