Html Css Color HEX #746AFE Light Slate Blue

📋 copy color: '#746AFE'

red 116 ◦ green 106 ◦ blue 254

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

Shades of Light Slate Blue #746AFE

Tints of Light Slate Blue #746AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.36%

R = 24.37%
G = 22.27%
B = 53.36%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#746AFE (or 0x746AFE) is known color: Light Slate Blue. HEX triplet: 74, 6A and FE. RGB value is (116,106,254). Sum of RGB (Red+Green+Blue) = 116+106+254=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #746AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746AFE is #8B9501. Grayscale: #7D7D7D. Windows color (decimal): -9147650 or 16673396. OLE color: 16673396.

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

Color convert

RGB 116 106 254 -
CMYK 0.54 0.58 0 0.00
HSL 244.05º 0.99% 0.71% -
HSV(B) 244.05º 0.58% 1% -
XYZ 30.25 21.18 96.26 -
YUV 125.86 200.31 120.97 -
System Red Green Blue C M Y K H S L
Decimal 116 106 254 0.54 0.58 0 0.00 244.05 0.99 0.71
Hex 74 6A FE 36 3A 0 0 F4 63 47
Octal 164 152 376 66 72 0 0 364 143 107
Binary 1110100 1101010 11111110 110110 111010 0 0 11110100 1100011 1000111

Color Harmonies of #746AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746AFE

Black with #746AFE

Text Example


Text Example

White with #746AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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