Html Css Color HEX #744FDD Slate Blue

📋 copy color: '#744FDD'

red 116 ◦ green 79 ◦ blue 221

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

Shades of Slate Blue #744FDD

Tints of Slate Blue #744FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.13%

R = 27.88%
G = 18.99%
B = 53.13%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#744FDD (or 0x744FDD) is known color: Slate Blue. HEX triplet: 74, 4F and DD. RGB value is (116,79,221). Sum of RGB (Red+Green+Blue) = 116+79+221=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #744FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744FDD is #8BB022. Grayscale: #696969. Windows color (decimal): -9154595 or 14503796. OLE color: 14503796.

HSL color Cylindrical-coordinate representation of color #744FDD: hue angle of 255.63º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #744FDD is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 79 221 -
CMYK 0.48 0.64 0 0.13
HSL 255.63º 0.68% 0.59% -
HSV(B) 255.63º 0.64% 0.87% -
XYZ 23.05 14.53 70 -
YUV 106.25 192.76 134.95 -
System Red Green Blue C M Y K H S L
Decimal 116 79 221 0.48 0.64 0 0.13 255.63 0.68 0.59
Hex 74 4F DD 30 40 0 D 100 44 3B
Octal 164 117 335 60 100 0 15 400 104 73
Binary 1110100 1001111 11011101 110000 1000000 0 1101 100000000 1000100 111011

Color Harmonies of #744FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744FDD

Black with #744FDD

Text Example


Text Example

White with #744FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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