Html Css Color HEX #744FD9 Slate Blue

📋 copy color: '#744FD9'

red 116 ◦ green 79 ◦ blue 217

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

Shades of Slate Blue #744FD9

Tints of Slate Blue #744FD9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.17%

 BLUE value IS 217 (85.16% from 255) = 52.67%

R = 28.16%
G = 19.17%
B = 52.67%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#744FD9 (or 0x744FD9) is known color: Slate Blue. HEX triplet: 74, 4F and D9. RGB value is (116,79,217). Sum of RGB (Red+Green+Blue) = 116+79+217=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 217 (85.16% from 255 or 52.67% from 412); Max value from RGB is 217 - color contains mainly: blue. Hex color #744FD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744FD9 is #8BB026. Grayscale: #696969. Windows color (decimal): -9154599 or 14241652. OLE color: 14241652.

HSL color Cylindrical-coordinate representation of color #744FD9: hue angle of 256.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #744FD9 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 79 217 -
CMYK 0.47 0.64 0 0.15
HSL 256.09º 0.64% 0.58% -
HSV(B) 256.09º 0.64% 0.85% -
XYZ 22.52 14.31 67.22 -
YUV 105.8 190.76 135.28 -
System Red Green Blue C M Y K H S L
Decimal 116 79 217 0.47 0.64 0 0.15 256.09 0.64 0.58
Hex 74 4F D9 2F 40 0 F 100 40 3A
Octal 164 117 331 57 100 0 17 400 100 72
Binary 1110100 1001111 11011001 101111 1000000 0 1111 100000000 1000000 111010

Color Harmonies of #744FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744FD9

Black with #744FD9

Text Example


Text Example

White with #744FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744FD9; }

 p { color: rgb(116,79,217); }

 H1.HeaderClassName
 {
   color: #744FD9;
 }
 .AnyTagClassName
 {
   color: #744FD9;
 }
</style>

background-color css

<style>
 a { background-color: #744FD9; }

 a { background-color: rgb(116,79,217); }

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

border-color css

<style>
 span { border-color: #744FD9; }

 span { border-color: rgb(116,79,217); }

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