Html Css Color HEX #756BEC Medium Slate Blue

📋 copy color: '#756BEC'

red 117 ◦ green 107 ◦ blue 236

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

Shades of Medium Slate Blue #756BEC

Tints of Medium Slate Blue #756BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.26%

 BLUE value IS 236 (92.58% from 255) = 51.3%

R = 25.43%
G = 23.26%
B = 51.3%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#756BEC (or 0x756BEC) is known color: Medium Slate Blue. HEX triplet: 75, 6B and EC. RGB value is (117,107,236). Sum of RGB (Red+Green+Blue) = 117+107+236=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #756BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756BEC is #8A9413. Grayscale: #7C7C7C. Windows color (decimal): -9081876 or 15494005. OLE color: 15494005.

HSL color Cylindrical-coordinate representation of color #756BEC: hue angle of 244.65º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756BEC is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 107 236 -
CMYK 0.50 0.55 0 0.07
HSL 244.65º 0.77% 0.67% -
HSV(B) 244.65º 0.55% 0.93% -
XYZ 27.73 20.35 81.82 -
YUV 124.7 190.81 122.51 -
System Red Green Blue C M Y K H S L
Decimal 117 107 236 0.50 0.55 0 0.07 244.65 0.77 0.67
Hex 75 6B EC 32 37 0 7 F5 4D 43
Octal 165 153 354 62 67 0 7 365 115 103
Binary 1110101 1101011 11101100 110010 110111 0 111 11110101 1001101 1000011

Color Harmonies of #756BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756BEC

Black with #756BEC

Text Example


Text Example

White with #756BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756BEC; }

 p { color: rgb(117,107,236); }

 H1.HeaderClassName
 {
   color: #756BEC;
 }
 .AnyTagClassName
 {
   color: #756BEC;
 }
</style>

background-color css

<style>
 a { background-color: #756BEC; }

 a { background-color: rgb(117,107,236); }

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

border-color css

<style>
 span { border-color: #756BEC; }

 span { border-color: rgb(117,107,236); }

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