Html Css Color HEX #744ADA Slate Blue

📋 copy color: '#744ADA'

red 116 ◦ green 74 ◦ blue 218

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

Shades of Slate Blue #744ADA

Tints of Slate Blue #744ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.43%

R = 28.43%
G = 18.14%
B = 53.43%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#744ADA (or 0x744ADA) is known color: Slate Blue. HEX triplet: 74, 4A and DA. RGB value is (116,74,218). Sum of RGB (Red+Green+Blue) = 116+74+218=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #744ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744ADA is #8BB525. Grayscale: #666666. Windows color (decimal): -9155878 or 14305908. OLE color: 14305908.

HSL color Cylindrical-coordinate representation of color #744ADA: hue angle of 257.5º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #744ADA is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 74 218 -
CMYK 0.47 0.66 0 0.15
HSL 257.5º 0.66% 0.57% -
HSV(B) 257.5º 0.66% 0.85% -
XYZ 22.31 13.67 67.79 -
YUV 102.97 192.91 137.29 -
System Red Green Blue C M Y K H S L
Decimal 116 74 218 0.47 0.66 0 0.15 257.5 0.66 0.57
Hex 74 4A DA 2F 42 0 F 102 42 39
Octal 164 112 332 57 102 0 17 402 102 71
Binary 1110100 1001010 11011010 101111 1000010 0 1111 100000010 1000010 111001

Color Harmonies of #744ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744ADA

Black with #744ADA

Text Example


Text Example

White with #744ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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