Html Css Color HEX #744CDB Slate Blue

📋 copy color: '#744CDB'

red 116 ◦ green 76 ◦ blue 219

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

Shades of Slate Blue #744CDB

Tints of Slate Blue #744CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.49%

 BLUE value IS 219 (85.94% from 255) = 53.28%

R = 28.22%
G = 18.49%
B = 53.28%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#744CDB (or 0x744CDB) is known color: Slate Blue. HEX triplet: 74, 4C and DB. RGB value is (116,76,219). Sum of RGB (Red+Green+Blue) = 116+76+219=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #744CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CDB is #8BB324. Grayscale: #676767. Windows color (decimal): -9155365 or 14371956. OLE color: 14371956.

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

Color convert

RGB 116 76 219 -
CMYK 0.47 0.65 0 0.14
HSL 256.78º 0.67% 0.58% -
HSV(B) 256.78º 0.65% 0.86% -
XYZ 22.57 14 68.53 -
YUV 104.26 192.75 136.37 -
System Red Green Blue C M Y K H S L
Decimal 116 76 219 0.47 0.65 0 0.14 256.78 0.67 0.58
Hex 74 4C DB 2F 41 0 E 101 43 3A
Octal 164 114 333 57 101 0 16 401 103 72
Binary 1110100 1001100 11011011 101111 1000001 0 1110 100000001 1000011 111010

Color Harmonies of #744CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744CDB

Black with #744CDB

Text Example


Text Example

White with #744CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,76,219); }

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

background-color css

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

 a { background-color: rgb(116,76,219); }

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

border-color css

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

 span { border-color: rgb(116,76,219); }

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