Html Css Color HEX #744BDA Slate Blue

📋 copy color: '#744BDA'

red 116 ◦ green 75 ◦ blue 218

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

Shades of Slate Blue #744BDA

Tints of Slate Blue #744BDA

RGB

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

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

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

R = 28.36%
G = 18.34%
B = 53.3%

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

#744BDA (or 0x744BDA) is known color: Slate Blue. HEX triplet: 74, 4B and DA. RGB value is (116,75,218). Sum of RGB (Red+Green+Blue) = 116+75+218=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #744BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744BDA is #8BB425. Grayscale: #676767. Windows color (decimal): -9155622 or 14306164. OLE color: 14306164.

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

Color convert

RGB 116 75 218 -
CMYK 0.47 0.66 0 0.15
HSL 257.2º 0.66% 0.57% -
HSV(B) 257.2º 0.66% 0.85% -
XYZ 22.37 13.81 67.82 -
YUV 103.56 192.58 136.87 -
System Red Green Blue C M Y K H S L
Decimal 116 75 218 0.47 0.66 0 0.15 257.2 0.66 0.57
Hex 74 4B DA 2F 42 0 F 101 42 39
Octal 164 113 332 57 102 0 17 401 102 71
Binary 1110100 1001011 11011010 101111 1000010 0 1111 100000001 1000010 111001

Color Harmonies of #744BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744BDA

Black with #744BDA

Text Example


Text Example

White with #744BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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