Html Css Color HEX #746FFB Medium Slate Blue

📋 copy color: '#746FFB'

red 116 ◦ green 111 ◦ blue 251

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

Shades of Medium Slate Blue #746FFB

Tints of Medium Slate Blue #746FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.51%

R = 24.27%
G = 23.22%
B = 52.51%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#746FFB (or 0x746FFB) is known color: Medium Slate Blue. HEX triplet: 74, 6F and FB. RGB value is (116,111,251). Sum of RGB (Red+Green+Blue) = 116+111+251=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #746FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746FFB is #8B9004. Grayscale: #7F7F7F. Windows color (decimal): -9146373 or 16478068. OLE color: 16478068.

HSL color Cylindrical-coordinate representation of color #746FFB: hue angle of 242.14º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #746FFB is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 111 251 -
CMYK 0.54 0.56 0 0.02
HSL 242.14º 0.95% 0.71% -
HSV(B) 242.14º 0.56% 0.98% -
XYZ 30.3 22.05 93.93 -
YUV 128.46 197.16 119.12 -
System Red Green Blue C M Y K H S L
Decimal 116 111 251 0.54 0.56 0 0.02 242.14 0.95 0.71
Hex 74 6F FB 36 38 0 2 F2 5F 47
Octal 164 157 373 66 70 0 2 362 137 107
Binary 1110100 1101111 11111011 110110 111000 0 10 11110010 1011111 1000111

Color Harmonies of #746FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746FFB

Black with #746FFB

Text Example


Text Example

White with #746FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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