Html Css Color HEX #744DCE Slate Blue

📋 copy color: '#744DCE'

red 116 ◦ green 77 ◦ blue 206

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

Shades of Slate Blue #744DCE

Tints of Slate Blue #744DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 29.07%
G = 19.3%
B = 51.63%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#744DCE (or 0x744DCE) is known color: Slate Blue. HEX triplet: 74, 4D and CE. RGB value is (116,77,206). Sum of RGB (Red+Green+Blue) = 116+77+206=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #744DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744DCE is #8BB231. Grayscale: #666666. Windows color (decimal): -9155122 or 13520244. OLE color: 13520244.

HSL color Cylindrical-coordinate representation of color #744DCE: hue angle of 258.14º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #744DCE is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 77 206 -
CMYK 0.44 0.63 0 0.19
HSL 258.14º 0.57% 0.55% -
HSV(B) 258.14º 0.63% 0.81% -
XYZ 21 13.48 59.89 -
YUV 103.37 185.92 137.01 -
System Red Green Blue C M Y K H S L
Decimal 116 77 206 0.44 0.63 0 0.19 258.14 0.57 0.55
Hex 74 4D CE 2C 3F 0 13 102 39 37
Octal 164 115 316 54 77 0 23 402 71 67
Binary 1110100 1001101 11001110 101100 111111 0 10011 100000010 111001 110111

Color Harmonies of #744DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744DCE

Black with #744DCE

Text Example


Text Example

White with #744DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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