Html Css Color HEX #747CFB Light Slate Blue

📋 copy color: '#747CFB'

red 116 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #747CFB

Tints of Light Slate Blue #747CFB

RGB

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

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

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

R = 23.63%
G = 25.25%
B = 51.12%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#747CFB (or 0x747CFB) is known color: Light Slate Blue. HEX triplet: 74, 7C and FB. RGB value is (116,124,251). Sum of RGB (Red+Green+Blue) = 116+124+251=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #747CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747CFB is #8B8304. Grayscale: #878787. Windows color (decimal): -9143045 or 16481396. OLE color: 16481396.

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

Color convert

RGB 116 124 251 -
CMYK 0.54 0.51 0 0.02
HSL 236.44º 0.94% 0.72% -
HSV(B) 236.44º 0.54% 0.98% -
XYZ 31.82 25.09 94.43 -
YUV 136.09 192.85 113.67 -
System Red Green Blue C M Y K H S L
Decimal 116 124 251 0.54 0.51 0 0.02 236.44 0.94 0.72
Hex 74 7C FB 36 33 0 2 EC 5E 48
Octal 164 174 373 66 63 0 2 354 136 110
Binary 1110100 1111100 11111011 110110 110011 0 10 11101100 1011110 1001000

Color Harmonies of #747CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747CFB

Black with #747CFB

Text Example


Text Example

White with #747CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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