Html Css Color HEX #746AFB Medium Slate Blue

📋 copy color: '#746AFB'

red 116 ◦ green 106 ◦ blue 251

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

Shades of Medium Slate Blue #746AFB

Tints of Medium Slate Blue #746AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.41%

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

R = 24.52%
G = 22.41%
B = 53.07%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#746AFB (or 0x746AFB) is known color: Medium Slate Blue. HEX triplet: 74, 6A and FB. RGB value is (116,106,251). Sum of RGB (Red+Green+Blue) = 116+106+251=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #746AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746AFB is #8B9504. Grayscale: #7C7C7C. Windows color (decimal): -9147653 or 16476788. OLE color: 16476788.

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

Color convert

RGB 116 106 251 -
CMYK 0.54 0.58 0 0.02
HSL 244.14º 0.95% 0.7% -
HSV(B) 244.14º 0.58% 0.98% -
XYZ 29.77 20.99 93.75 -
YUV 125.52 198.81 121.21 -
System Red Green Blue C M Y K H S L
Decimal 116 106 251 0.54 0.58 0 0.02 244.14 0.95 0.7
Hex 74 6A FB 36 3A 0 2 F4 5F 46
Octal 164 152 373 66 72 0 2 364 137 106
Binary 1110100 1101010 11111011 110110 111010 0 10 11110100 1011111 1000110

Color Harmonies of #746AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746AFB

Black with #746AFB

Text Example


Text Example

White with #746AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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