Html Css Color HEX #747CFE Light Slate Blue

📋 copy color: '#747CFE'

red 116 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #747CFE

Tints of Light Slate Blue #747CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.1%

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

R = 23.48%
G = 25.1%
B = 51.42%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#747CFE (or 0x747CFE) is known color: Light Slate Blue. HEX triplet: 74, 7C and FE. RGB value is (116,124,254). Sum of RGB (Red+Green+Blue) = 116+124+254=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #747CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747CFE is #8B8301. Grayscale: #878787. Windows color (decimal): -9143042 or 16678004. OLE color: 16678004.

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

Color convert

RGB 116 124 254 -
CMYK 0.54 0.51 0 0.00
HSL 236.52º 0.99% 0.73% -
HSV(B) 236.52º 0.54% 1% -
XYZ 32.3 25.28 96.94 -
YUV 136.43 194.35 113.43 -
System Red Green Blue C M Y K H S L
Decimal 116 124 254 0.54 0.51 0 0.00 236.52 0.99 0.73
Hex 74 7C FE 36 33 0 0 ED 63 49
Octal 164 174 376 66 63 0 0 355 143 111
Binary 1110100 1111100 11111110 110110 110011 0 0 11101101 1100011 1001001

Color Harmonies of #747CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747CFE

Black with #747CFE

Text Example


Text Example

White with #747CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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