Html Css Color HEX #746CDB Medium Slate Blue

📋 copy color: '#746CDB'

red 116 ◦ green 108 ◦ blue 219

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

Shades of Medium Slate Blue #746CDB

Tints of Medium Slate Blue #746CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.38%

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 26.19%
G = 24.38%
B = 49.44%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#746CDB (or 0x746CDB) is known color: Medium Slate Blue. HEX triplet: 74, 6C and DB. RGB value is (116,108,219). Sum of RGB (Red+Green+Blue) = 116+108+219=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #746CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CDB is #8B9324. Grayscale: #7A7A7A. Windows color (decimal): -9147173 or 14380148. OLE color: 14380148.

HSL color Cylindrical-coordinate representation of color #746CDB: hue angle of 244.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #746CDB is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 108 219 -
CMYK 0.47 0.51 0 0.14
HSL 244.32º 0.61% 0.64% -
HSV(B) 244.32º 0.51% 0.86% -
XYZ 25.35 19.55 69.46 -
YUV 123.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 116 108 219 0.47 0.51 0 0.14 244.32 0.61 0.64
Hex 74 6C DB 2F 33 0 E F4 3D 40
Octal 164 154 333 57 63 0 16 364 75 100
Binary 1110100 1101100 11011011 101111 110011 0 1110 11110100 111101 1000000

Color Harmonies of #746CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746CDB

Black with #746CDB

Text Example


Text Example

White with #746CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,108,219); }

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

background-color css

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

 a { background-color: rgb(116,108,219); }

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

border-color css

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

 span { border-color: rgb(116,108,219); }

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