Html Css Color HEX #746FFF Light Slate Blue

📋 copy color: '#746FFF'

red 116 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #746FFF

Tints of Light Slate Blue #746FFF

RGB

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

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

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

R = 24.07%
G = 23.03%
B = 52.9%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#746FFF (or 0x746FFF) is known color: Light Slate Blue. HEX triplet: 74, 6F and FF. RGB value is (116,111,255). Sum of RGB (Red+Green+Blue) = 116+111+255=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #746FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746FFF is #8B9000. Grayscale: #808080. Windows color (decimal): -9146369 or 16740212. OLE color: 16740212.

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

Color convert

RGB 116 111 255 -
CMYK 0.55 0.56 0 0
HSL 242.08º 1% 0.72% -
HSV(B) 242.08º 0.56% 1% -
XYZ 30.94 22.3 97.28 -
YUV 128.91 199.16 118.79 -
System Red Green Blue C M Y K H S L
Decimal 116 111 255 0.55 0.56 0 0 242.08 1 0.72
Hex 74 6F FF 37 38 0 0 F2 64 48
Octal 164 157 377 67 70 0 0 362 144 110
Binary 1110100 1101111 11111111 110111 111000 0 0 11110010 1100100 1001000

Color Harmonies of #746FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746FFF

Black with #746FFF

Text Example


Text Example

White with #746FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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