Html Css Color HEX #746DFF Light Slate Blue

📋 copy color: '#746DFF'

red 116 ◦ green 109 ◦ blue 255

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

Shades of Light Slate Blue #746DFF

Tints of Light Slate Blue #746DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.71%

 BLUE value IS 255 (100% from 255) = 53.13%

R = 24.17%
G = 22.71%
B = 53.13%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#746DFF (or 0x746DFF) is known color: Light Slate Blue. HEX triplet: 74, 6D and FF. RGB value is (116,109,255). Sum of RGB (Red+Green+Blue) = 116+109+255=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #746DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746DFF is #8B9200. Grayscale: #7F7F7F. Windows color (decimal): -9146881 or 16739700. OLE color: 16739700.

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

Color convert

RGB 116 109 255 -
CMYK 0.55 0.57 0 0
HSL 242.88º 1% 0.71% -
HSV(B) 242.88º 0.57% 1% -
XYZ 30.72 21.87 97.21 -
YUV 127.74 199.82 119.63 -
System Red Green Blue C M Y K H S L
Decimal 116 109 255 0.55 0.57 0 0 242.88 1 0.71
Hex 74 6D FF 37 39 0 0 F3 64 47
Octal 164 155 377 67 71 0 0 363 144 107
Binary 1110100 1101101 11111111 110111 111001 0 0 11110011 1100100 1000111

Color Harmonies of #746DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746DFF

Black with #746DFF

Text Example


Text Example

White with #746DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,109,255); }

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

background-color css

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

 a { background-color: rgb(116,109,255); }

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

border-color css

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

 span { border-color: rgb(116,109,255); }

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