Html Css Color HEX #744DCC Slate Blue

📋 copy color: '#744DCC'

red 116 ◦ green 77 ◦ blue 204

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

Shades of Slate Blue #744DCC

Tints of Slate Blue #744DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.4%

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 29.22%
G = 19.4%
B = 51.39%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#744DCC (or 0x744DCC) is known color: Slate Blue. HEX triplet: 74, 4D and CC. RGB value is (116,77,204). Sum of RGB (Red+Green+Blue) = 116+77+204=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #744DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744DCC is #8BB233. Grayscale: #666666. Windows color (decimal): -9155124 or 13389172. OLE color: 13389172.

HSL color Cylindrical-coordinate representation of color #744DCC: hue angle of 258.43º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #744DCC is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 77 204 -
CMYK 0.43 0.62 0 0.2
HSL 258.43º 0.55% 0.55% -
HSV(B) 258.43º 0.62% 0.8% -
XYZ 20.76 13.38 58.62 -
YUV 103.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 116 77 204 0.43 0.62 0 0.2 258.43 0.55 0.55
Hex 74 4D CC 2B 3E 0 14 102 37 37
Octal 164 115 314 53 76 0 24 402 67 67
Binary 1110100 1001101 11001100 101011 111110 0 10100 100000010 110111 110111

Color Harmonies of #744DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744DCC

Black with #744DCC

Text Example


Text Example

White with #744DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,77,204); }

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

background-color css

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

 a { background-color: rgb(116,77,204); }

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

border-color css

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

 span { border-color: rgb(116,77,204); }

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