Html Css Color HEX #746FF8 Medium Slate Blue

📋 copy color: '#746FF8'

red 116 ◦ green 111 ◦ blue 248

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

Shades of Medium Slate Blue #746FF8

Tints of Medium Slate Blue #746FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.21%

R = 24.42%
G = 23.37%
B = 52.21%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#746FF8 (or 0x746FF8) is known color: Medium Slate Blue. HEX triplet: 74, 6F and F8. RGB value is (116,111,248). Sum of RGB (Red+Green+Blue) = 116+111+248=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #746FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746FF8 is #8B9007. Grayscale: #7F7F7F. Windows color (decimal): -9146376 or 16281460. OLE color: 16281460.

HSL color Cylindrical-coordinate representation of color #746FF8: hue angle of 242.19º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #746FF8 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 111 248 -
CMYK 0.53 0.55 0 0.03
HSL 242.19º 0.91% 0.7% -
HSV(B) 242.19º 0.55% 0.97% -
XYZ 29.83 21.86 91.45 -
YUV 128.11 195.66 119.36 -
System Red Green Blue C M Y K H S L
Decimal 116 111 248 0.53 0.55 0 0.03 242.19 0.91 0.7
Hex 74 6F F8 35 37 0 3 F2 5B 46
Octal 164 157 370 65 67 0 3 362 133 106
Binary 1110100 1101111 11111000 110101 110111 0 11 11110010 1011011 1000110

Color Harmonies of #746FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746FF8

Black with #746FF8

Text Example


Text Example

White with #746FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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