Html Css Color HEX #747CFF Light Slate Blue

📋 copy color: '#747CFF'

red 116 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #747CFF

Tints of Light Slate Blue #747CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.52%

R = 23.43%
G = 25.05%
B = 51.52%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#747CFF (or 0x747CFF) is known color: Light Slate Blue. HEX triplet: 74, 7C and FF. RGB value is (116,124,255). Sum of RGB (Red+Green+Blue) = 116+124+255=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #747CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747CFF is #8B8300. Grayscale: #888888. Windows color (decimal): -9143041 or 16743540. OLE color: 16743540.

HSL color Cylindrical-coordinate representation of color #747CFF: hue angle of 236.55º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #747CFF is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 124 255 -
CMYK 0.55 0.51 0 0
HSL 236.55º 1% 0.73% -
HSV(B) 236.55º 0.55% 1% -
XYZ 32.46 25.35 97.79 -
YUV 136.54 194.85 113.35 -
System Red Green Blue C M Y K H S L
Decimal 116 124 255 0.55 0.51 0 0 236.55 1 0.73
Hex 74 7C FF 37 33 0 0 ED 64 49
Octal 164 174 377 67 63 0 0 355 144 111
Binary 1110100 1111100 11111111 110111 110011 0 0 11101101 1100100 1001001

Color Harmonies of #747CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747CFF

Black with #747CFF

Text Example


Text Example

White with #747CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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