Html Css Color HEX #746CFC Medium Slate Blue

📋 copy color: '#746CFC'

red 116 ◦ green 108 ◦ blue 252

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

Shades of Medium Slate Blue #746CFC

Tints of Medium Slate Blue #746CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.94%

R = 24.37%
G = 22.69%
B = 52.94%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#746CFC (or 0x746CFC) is known color: Medium Slate Blue. HEX triplet: 74, 6C and FC. RGB value is (116,108,252). Sum of RGB (Red+Green+Blue) = 116+108+252=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #746CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746CFC is #8B9303. Grayscale: #7E7E7E. Windows color (decimal): -9147140 or 16542836. OLE color: 16542836.

HSL color Cylindrical-coordinate representation of color #746CFC: hue angle of 243.33º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #746CFC is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 108 252 -
CMYK 0.54 0.57 0 0.01
HSL 243.33º 0.96% 0.71% -
HSV(B) 243.33º 0.57% 0.99% -
XYZ 30.14 21.47 94.65 -
YUV 126.81 198.65 120.29 -
System Red Green Blue C M Y K H S L
Decimal 116 108 252 0.54 0.57 0 0.01 243.33 0.96 0.71
Hex 74 6C FC 36 39 0 1 F3 60 47
Octal 164 154 374 66 71 0 1 363 140 107
Binary 1110100 1101100 11111100 110110 111001 0 1 11110011 1100000 1000111

Color Harmonies of #746CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746CFC

Black with #746CFC

Text Example


Text Example

White with #746CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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