Html Css Color HEX #746FDE Medium Slate Blue

📋 copy color: '#746FDE'

red 116 ◦ green 111 ◦ blue 222

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

Shades of Medium Slate Blue #746FDE

Tints of Medium Slate Blue #746FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.72%

 BLUE value IS 222 (87.11% from 255) = 49.44%

R = 25.84%
G = 24.72%
B = 49.44%

CMYK

 C value IS 0.48

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#746FDE (or 0x746FDE) is known color: Medium Slate Blue. HEX triplet: 74, 6F and DE. RGB value is (116,111,222). Sum of RGB (Red+Green+Blue) = 116+111+222=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #746FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FDE is #8B9021. Grayscale: #7C7C7C. Windows color (decimal): -9146402 or 14577524. OLE color: 14577524.

HSL color Cylindrical-coordinate representation of color #746FDE: hue angle of 242.7º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #746FDE is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 111 222 -
CMYK 0.48 0.5 0 0.13
HSL 242.7º 0.63% 0.65% -
HSV(B) 242.7º 0.5% 0.87% -
XYZ 26.07 20.36 71.66 -
YUV 125.15 182.66 121.47 -
System Red Green Blue C M Y K H S L
Decimal 116 111 222 0.48 0.5 0 0.13 242.7 0.63 0.65
Hex 74 6F DE 30 32 0 D F3 3F 41
Octal 164 157 336 60 62 0 15 363 77 101
Binary 1110100 1101111 11011110 110000 110010 0 1101 11110011 111111 1000001

Color Harmonies of #746FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746FDE

Black with #746FDE

Text Example


Text Example

White with #746FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,111,222); }

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

background-color css

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

 a { background-color: rgb(116,111,222); }

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

border-color css

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

 span { border-color: rgb(116,111,222); }

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