Html Css Color HEX #744FDA Slate Blue

📋 copy color: '#744FDA'

red 116 ◦ green 79 ◦ blue 218

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

Shades of Slate Blue #744FDA

Tints of Slate Blue #744FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.13%

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

R = 28.09%
G = 19.13%
B = 52.78%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#744FDA (or 0x744FDA) is known color: Slate Blue. HEX triplet: 74, 4F and DA. RGB value is (116,79,218). Sum of RGB (Red+Green+Blue) = 116+79+218=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #744FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744FDA is #8BB025. Grayscale: #696969. Windows color (decimal): -9154598 or 14307188. OLE color: 14307188.

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

Color convert

RGB 116 79 218 -
CMYK 0.47 0.64 0 0.15
HSL 255.97º 0.65% 0.58% -
HSV(B) 255.97º 0.64% 0.85% -
XYZ 22.65 14.37 67.91 -
YUV 105.91 191.26 135.2 -
System Red Green Blue C M Y K H S L
Decimal 116 79 218 0.47 0.64 0 0.15 255.97 0.65 0.58
Hex 74 4F DA 2F 40 0 F 100 41 3A
Octal 164 117 332 57 100 0 17 400 101 72
Binary 1110100 1001111 11011010 101111 1000000 0 1111 100000000 1000001 111010

Color Harmonies of #744FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744FDA

Black with #744FDA

Text Example


Text Example

White with #744FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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