Html Css Color HEX #744ACE Slate Blue

📋 copy color: '#744ACE'

red 116 ◦ green 74 ◦ blue 206

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

Shades of Slate Blue #744ACE

Tints of Slate Blue #744ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.69%

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 29.29%
G = 18.69%
B = 52.02%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#744ACE (or 0x744ACE) is known color: Slate Blue. HEX triplet: 74, 4A and CE. RGB value is (116,74,206). Sum of RGB (Red+Green+Blue) = 116+74+206=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #744ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744ACE is #8BB531. Grayscale: #656565. Windows color (decimal): -9155890 or 13519476. OLE color: 13519476.

HSL color Cylindrical-coordinate representation of color #744ACE: hue angle of 259.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #744ACE is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 74 206 -
CMYK 0.44 0.64 0 0.19
HSL 259.09º 0.57% 0.55% -
HSV(B) 259.09º 0.64% 0.81% -
XYZ 20.79 13.07 59.82 -
YUV 101.61 186.91 138.27 -
System Red Green Blue C M Y K H S L
Decimal 116 74 206 0.44 0.64 0 0.19 259.09 0.57 0.55
Hex 74 4A CE 2C 40 0 13 103 39 37
Octal 164 112 316 54 100 0 23 403 71 67
Binary 1110100 1001010 11001110 101100 1000000 0 10011 100000011 111001 110111

Color Harmonies of #744ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744ACE

Black with #744ACE

Text Example


Text Example

White with #744ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,74,206); }

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

background-color css

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

 a { background-color: rgb(116,74,206); }

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

border-color css

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

 span { border-color: rgb(116,74,206); }

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