Html Css Color HEX #746FFE Light Slate Blue

📋 copy color: '#746FFE'

red 116 ◦ green 111 ◦ blue 254

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

Shades of Light Slate Blue #746FFE

Tints of Light Slate Blue #746FFE

RGB

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

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

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

R = 24.12%
G = 23.08%
B = 52.81%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#746FFE (or 0x746FFE) is known color: Light Slate Blue. HEX triplet: 74, 6F and FE. RGB value is (116,111,254). Sum of RGB (Red+Green+Blue) = 116+111+254=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #746FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746FFE is #8B9001. Grayscale: #808080. Windows color (decimal): -9146370 or 16674676. OLE color: 16674676.

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

Color convert

RGB 116 111 254 -
CMYK 0.54 0.56 0 0.00
HSL 242.1º 0.99% 0.72% -
HSV(B) 242.1º 0.56% 1% -
XYZ 30.78 22.24 96.44 -
YUV 128.8 198.66 118.87 -
System Red Green Blue C M Y K H S L
Decimal 116 111 254 0.54 0.56 0 0.00 242.1 0.99 0.72
Hex 74 6F FE 36 38 0 0 F2 63 48
Octal 164 157 376 66 70 0 0 362 143 110
Binary 1110100 1101111 11111110 110110 111000 0 0 11110010 1100011 1001000

Color Harmonies of #746FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746FFE

Black with #746FFE

Text Example


Text Example

White with #746FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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