Html Css Color HEX #747DFE Light Slate Blue

📋 copy color: '#747DFE'

red 116 ◦ green 125 ◦ blue 254

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

Shades of Light Slate Blue #747DFE

Tints of Light Slate Blue #747DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.25%

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

R = 23.43%
G = 25.25%
B = 51.31%

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

#747DFE (or 0x747DFE) is known color: Light Slate Blue. HEX triplet: 74, 7D and FE. RGB value is (116,125,254). Sum of RGB (Red+Green+Blue) = 116+125+254=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #747DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747DFE is #8B8201. Grayscale: #888888. Windows color (decimal): -9142786 or 16678260. OLE color: 16678260.

HSL color Cylindrical-coordinate representation of color #747DFE: hue angle of 236.09º 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 #747DFE is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 125 254 -
CMYK 0.54 0.51 0 0.00
HSL 236.09º 0.99% 0.73% -
HSV(B) 236.09º 0.54% 1% -
XYZ 32.43 25.54 96.99 -
YUV 137.02 194.02 113.01 -
System Red Green Blue C M Y K H S L
Decimal 116 125 254 0.54 0.51 0 0.00 236.09 0.99 0.73
Hex 74 7D FE 36 33 0 0 EC 63 49
Octal 164 175 376 66 63 0 0 354 143 111
Binary 1110100 1111101 11111110 110110 110011 0 0 11101100 1100011 1001001

Color Harmonies of #747DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747DFE

Black with #747DFE

Text Example


Text Example

White with #747DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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