Html Css Color HEX #746BED Medium Slate Blue

📋 copy color: '#746BED'

red 116 ◦ green 107 ◦ blue 237

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

Shades of Medium Slate Blue #746BED

Tints of Medium Slate Blue #746BED

RGB

 RED value IS 116 (45.7% from 255) = 25.22%

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

 BLUE value IS 237 (92.97% from 255) = 51.52%

R = 25.22%
G = 23.26%
B = 51.52%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#746BED (or 0x746BED) is known color: Medium Slate Blue. HEX triplet: 74, 6B and ED. RGB value is (116,107,237). Sum of RGB (Red+Green+Blue) = 116+107+237=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #746BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746BED is #8B9412. Grayscale: #7C7C7C. Windows color (decimal): -9147411 or 15559540. OLE color: 15559540.

HSL color Cylindrical-coordinate representation of color #746BED: hue angle of 244.15º degrees, saturation: 0.78, 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 #746BED is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 107 237 -
CMYK 0.51 0.55 0 0.07
HSL 244.15º 0.78% 0.67% -
HSV(B) 244.15º 0.55% 0.93% -
XYZ 27.75 20.34 82.58 -
YUV 124.51 191.48 121.93 -
System Red Green Blue C M Y K H S L
Decimal 116 107 237 0.51 0.55 0 0.07 244.15 0.78 0.67
Hex 74 6B ED 33 37 0 7 F4 4E 43
Octal 164 153 355 63 67 0 7 364 116 103
Binary 1110100 1101011 11101101 110011 110111 0 111 11110100 1001110 1000011

Color Harmonies of #746BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746BED

Black with #746BED

Text Example


Text Example

White with #746BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746BED; }

 p { color: rgb(116,107,237); }

 H1.HeaderClassName
 {
   color: #746BED;
 }
 .AnyTagClassName
 {
   color: #746BED;
 }
</style>

background-color css

<style>
 a { background-color: #746BED; }

 a { background-color: rgb(116,107,237); }

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

border-color css

<style>
 span { border-color: #746BED; }

 span { border-color: rgb(116,107,237); }

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