Html Css Color HEX #746CFE Light Slate Blue

📋 copy color: '#746CFE'

red 116 ◦ green 108 ◦ blue 254

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

Shades of Light Slate Blue #746CFE

Tints of Light Slate Blue #746CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.59%

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

R = 24.27%
G = 22.59%
B = 53.14%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#746CFE (or 0x746CFE) is known color: Light Slate Blue. HEX triplet: 74, 6C and FE. RGB value is (116,108,254). Sum of RGB (Red+Green+Blue) = 116+108+254=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #746CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746CFE is #8B9301. Grayscale: #7E7E7E. Windows color (decimal): -9147138 or 16673908. OLE color: 16673908.

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

Color convert

RGB 116 108 254 -
CMYK 0.54 0.57 0 0.00
HSL 243.29º 0.99% 0.71% -
HSV(B) 243.29º 0.57% 1% -
XYZ 30.45 21.59 96.33 -
YUV 127.04 199.65 120.13 -
System Red Green Blue C M Y K H S L
Decimal 116 108 254 0.54 0.57 0 0.00 243.29 0.99 0.71
Hex 74 6C FE 36 39 0 0 F3 63 47
Octal 164 154 376 66 71 0 0 363 143 107
Binary 1110100 1101100 11111110 110110 111001 0 0 11110011 1100011 1000111

Color Harmonies of #746CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746CFE

Black with #746CFE

Text Example


Text Example

White with #746CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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