Html Css Color HEX #744BDB Slate Blue

📋 copy color: '#744BDB'

red 116 ◦ green 75 ◦ blue 219

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

Shades of Slate Blue #744BDB

Tints of Slate Blue #744BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.29%

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

R = 28.29%
G = 18.29%
B = 53.41%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#744BDB (or 0x744BDB) is known color: Slate Blue. HEX triplet: 74, 4B and DB. RGB value is (116,75,219). Sum of RGB (Red+Green+Blue) = 116+75+219=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #744BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744BDB is #8BB424. Grayscale: #676767. Windows color (decimal): -9155621 or 14371700. OLE color: 14371700.

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

Color convert

RGB 116 75 219 -
CMYK 0.47 0.66 0 0.14
HSL 257.08º 0.67% 0.58% -
HSV(B) 257.08º 0.66% 0.86% -
XYZ 22.5 13.86 68.51 -
YUV 103.68 193.08 136.79 -
System Red Green Blue C M Y K H S L
Decimal 116 75 219 0.47 0.66 0 0.14 257.08 0.67 0.58
Hex 74 4B DB 2F 42 0 E 101 43 3A
Octal 164 113 333 57 102 0 16 401 103 72
Binary 1110100 1001011 11011011 101111 1000010 0 1110 100000001 1000011 111010

Color Harmonies of #744BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744BDB

Black with #744BDB

Text Example


Text Example

White with #744BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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