Html Css Color HEX #747CFD Light Slate Blue

📋 copy color: '#747CFD'

red 116 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #747CFD

Tints of Light Slate Blue #747CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.32%

R = 23.53%
G = 25.15%
B = 51.32%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#747CFD (or 0x747CFD) is known color: Light Slate Blue. HEX triplet: 74, 7C and FD. RGB value is (116,124,253). Sum of RGB (Red+Green+Blue) = 116+124+253=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #747CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747CFD is #8B8302. Grayscale: #878787. Windows color (decimal): -9143043 or 16612468. OLE color: 16612468.

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

Color convert

RGB 116 124 253 -
CMYK 0.54 0.51 0 0.01
HSL 236.5º 0.97% 0.72% -
HSV(B) 236.5º 0.54% 0.99% -
XYZ 32.14 25.22 96.1 -
YUV 136.31 193.85 113.51 -
System Red Green Blue C M Y K H S L
Decimal 116 124 253 0.54 0.51 0 0.01 236.5 0.97 0.72
Hex 74 7C FD 36 33 0 1 EC 61 48
Octal 164 174 375 66 63 0 1 354 141 110
Binary 1110100 1111100 11111101 110110 110011 0 1 11101100 1100001 1001000

Color Harmonies of #747CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747CFD

Black with #747CFD

Text Example


Text Example

White with #747CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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