Html Css Color HEX #746CF2 Medium Slate Blue

📋 copy color: '#746CF2'

red 116 ◦ green 108 ◦ blue 242

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

Shades of Medium Slate Blue #746CF2

Tints of Medium Slate Blue #746CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.93%

R = 24.89%
G = 23.18%
B = 51.93%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#746CF2 (or 0x746CF2) is known color: Medium Slate Blue. HEX triplet: 74, 6C and F2. RGB value is (116,108,242). Sum of RGB (Red+Green+Blue) = 116+108+242=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #746CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746CF2 is #8B930D. Grayscale: #7D7D7D. Windows color (decimal): -9147150 or 15887476. OLE color: 15887476.

HSL color Cylindrical-coordinate representation of color #746CF2: hue angle of 243.58º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #746CF2 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 108 242 -
CMYK 0.52 0.55 0 0.05
HSL 243.58º 0.84% 0.69% -
HSV(B) 243.58º 0.55% 0.95% -
XYZ 28.59 20.85 86.52 -
YUV 125.67 193.65 121.1 -
System Red Green Blue C M Y K H S L
Decimal 116 108 242 0.52 0.55 0 0.05 243.58 0.84 0.69
Hex 74 6C F2 34 37 0 5 F4 54 45
Octal 164 154 362 64 67 0 5 364 124 105
Binary 1110100 1101100 11110010 110100 110111 0 101 11110100 1010100 1000101

Color Harmonies of #746CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746CF2

Black with #746CF2

Text Example


Text Example

White with #746CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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