Html Css Color HEX #747CF5 Light Slate Blue

📋 copy color: '#747CF5'

red 116 ◦ green 124 ◦ blue 245

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

Shades of Light Slate Blue #747CF5

Tints of Light Slate Blue #747CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.52%

R = 23.92%
G = 25.57%
B = 50.52%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#747CF5 (or 0x747CF5) is known color: Light Slate Blue. HEX triplet: 74, 7C and F5. RGB value is (116,124,245). Sum of RGB (Red+Green+Blue) = 116+124+245=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #747CF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747CF5 is #8B830A. Grayscale: #868686. Windows color (decimal): -9143051 or 16088180. OLE color: 16088180.

HSL color Cylindrical-coordinate representation of color #747CF5: hue angle of 236.28º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #747CF5 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 124 245 -
CMYK 0.53 0.49 0 0.04
HSL 236.28º 0.87% 0.71% -
HSV(B) 236.28º 0.53% 0.96% -
XYZ 30.89 24.72 89.53 -
YUV 135.4 189.85 114.16 -
System Red Green Blue C M Y K H S L
Decimal 116 124 245 0.53 0.49 0 0.04 236.28 0.87 0.71
Hex 74 7C F5 35 31 0 4 EC 57 47
Octal 164 174 365 65 61 0 4 354 127 107
Binary 1110100 1111100 11110101 110101 110001 0 100 11101100 1010111 1000111

Color Harmonies of #747CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747CF5

Black with #747CF5

Text Example


Text Example

White with #747CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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