Html Css Color HEX #744FDC Slate Blue

📋 copy color: '#744FDC'

red 116 ◦ green 79 ◦ blue 220

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

Shades of Slate Blue #744FDC

Tints of Slate Blue #744FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.01%

R = 27.95%
G = 19.04%
B = 53.01%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#744FDC (or 0x744FDC) is known color: Slate Blue. HEX triplet: 74, 4F and DC. RGB value is (116,79,220). Sum of RGB (Red+Green+Blue) = 116+79+220=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #744FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744FDC is #8BB023. Grayscale: #696969. Windows color (decimal): -9154596 or 14438260. OLE color: 14438260.

HSL color Cylindrical-coordinate representation of color #744FDC: hue angle of 255.74º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #744FDC is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 79 220 -
CMYK 0.47 0.64 0 0.14
HSL 255.74º 0.67% 0.59% -
HSV(B) 255.74º 0.64% 0.86% -
XYZ 22.92 14.47 69.3 -
YUV 106.14 192.26 135.04 -
System Red Green Blue C M Y K H S L
Decimal 116 79 220 0.47 0.64 0 0.14 255.74 0.67 0.59
Hex 74 4F DC 2F 40 0 E 100 43 3B
Octal 164 117 334 57 100 0 16 400 103 73
Binary 1110100 1001111 11011100 101111 1000000 0 1110 100000000 1000011 111011

Color Harmonies of #744FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744FDC

Black with #744FDC

Text Example


Text Example

White with #744FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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