Html Css Color HEX #744ADC Slate Blue

📋 copy color: '#744ADC'

red 116 ◦ green 74 ◦ blue 220

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

Shades of Slate Blue #744ADC

Tints of Slate Blue #744ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 28.29%
G = 18.05%
B = 53.66%

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

#744ADC (or 0x744ADC) is known color: Slate Blue. HEX triplet: 74, 4A and DC. RGB value is (116,74,220). Sum of RGB (Red+Green+Blue) = 116+74+220=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #744ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744ADC is #8BB523. Grayscale: #666666. Windows color (decimal): -9155876 or 14436980. OLE color: 14436980.

HSL color Cylindrical-coordinate representation of color #744ADC: hue angle of 257.26º degrees, saturation: 0.68, 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 #744ADC is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 74 220 -
CMYK 0.47 0.66 0 0.14
HSL 257.26º 0.68% 0.58% -
HSV(B) 257.26º 0.66% 0.86% -
XYZ 22.57 13.78 69.18 -
YUV 103.2 193.91 137.13 -
System Red Green Blue C M Y K H S L
Decimal 116 74 220 0.47 0.66 0 0.14 257.26 0.68 0.58
Hex 74 4A DC 2F 42 0 E 101 44 3A
Octal 164 112 334 57 102 0 16 401 104 72
Binary 1110100 1001010 11011100 101111 1000010 0 1110 100000001 1000100 111010

Color Harmonies of #744ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744ADC

Black with #744ADC

Text Example


Text Example

White with #744ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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