Html Css Color HEX #756BEB Medium Slate Blue

📋 copy color: '#756BEB'

red 117 ◦ green 107 ◦ blue 235

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

Shades of Medium Slate Blue #756BEB

Tints of Medium Slate Blue #756BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.2%

R = 25.49%
G = 23.31%
B = 51.2%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#756BEB (or 0x756BEB) is known color: Medium Slate Blue. HEX triplet: 75, 6B and EB. RGB value is (117,107,235). Sum of RGB (Red+Green+Blue) = 117+107+235=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #756BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756BEB is #8A9414. Grayscale: #7C7C7C. Windows color (decimal): -9081877 or 15428469. OLE color: 15428469.

HSL color Cylindrical-coordinate representation of color #756BEB: hue angle of 244.69º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756BEB is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 107 235 -
CMYK 0.50 0.54 0 0.08
HSL 244.69º 0.76% 0.67% -
HSV(B) 244.69º 0.54% 0.92% -
XYZ 27.59 20.3 81.06 -
YUV 124.58 190.31 122.59 -
System Red Green Blue C M Y K H S L
Decimal 117 107 235 0.50 0.54 0 0.08 244.69 0.76 0.67
Hex 75 6B EB 32 36 0 8 F5 4C 43
Octal 165 153 353 62 66 0 10 365 114 103
Binary 1110101 1101011 11101011 110010 110110 0 1000 11110101 1001100 1000011

Color Harmonies of #756BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756BEB

Black with #756BEB

Text Example


Text Example

White with #756BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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