Html Css Color HEX #747DFB Light Slate Blue

📋 copy color: '#747DFB'

red 116 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #747DFB

Tints of Light Slate Blue #747DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.02%

R = 23.58%
G = 25.41%
B = 51.02%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#747DFB (or 0x747DFB) is known color: Light Slate Blue. HEX triplet: 74, 7D and FB. RGB value is (116,125,251). Sum of RGB (Red+Green+Blue) = 116+125+251=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #747DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747DFB is #8B8204. Grayscale: #888888. Windows color (decimal): -9142789 or 16481652. OLE color: 16481652.

HSL color Cylindrical-coordinate representation of color #747DFB: hue angle of 236º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #747DFB is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 125 251 -
CMYK 0.54 0.50 0 0.02
HSL 236º 0.94% 0.72% -
HSV(B) 236º 0.54% 0.98% -
XYZ 31.95 25.35 94.48 -
YUV 136.67 192.52 113.25 -
System Red Green Blue C M Y K H S L
Decimal 116 125 251 0.54 0.50 0 0.02 236 0.94 0.72
Hex 74 7D FB 36 32 0 2 EC 5E 48
Octal 164 175 373 66 62 0 2 354 136 110
Binary 1110100 1111101 11111011 110110 110010 0 10 11101100 1011110 1001000

Color Harmonies of #747DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747DFB

Black with #747DFB

Text Example


Text Example

White with #747DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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