Html Css Color HEX #744BDD Slate Blue

📋 copy color: '#744BDD'

red 116 ◦ green 75 ◦ blue 221

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

Shades of Slate Blue #744BDD

Tints of Slate Blue #744BDD

RGB

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

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

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

R = 28.16%
G = 18.2%
B = 53.64%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#744BDD (or 0x744BDD) is known color: Slate Blue. HEX triplet: 74, 4B and DD. RGB value is (116,75,221). Sum of RGB (Red+Green+Blue) = 116+75+221=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #744BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744BDD is #8BB422. Grayscale: #676767. Windows color (decimal): -9155619 or 14502772. OLE color: 14502772.

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

Color convert

RGB 116 75 221 -
CMYK 0.48 0.66 0 0.13
HSL 256.85º 0.68% 0.58% -
HSV(B) 256.85º 0.66% 0.87% -
XYZ 22.77 13.97 69.9 -
YUV 103.9 194.08 136.63 -
System Red Green Blue C M Y K H S L
Decimal 116 75 221 0.48 0.66 0 0.13 256.85 0.68 0.58
Hex 74 4B DD 30 42 0 D 101 44 3A
Octal 164 113 335 60 102 0 15 401 104 72
Binary 1110100 1001011 11011101 110000 1000010 0 1101 100000001 1000100 111010

Color Harmonies of #744BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744BDD

Black with #744BDD

Text Example


Text Example

White with #744BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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