Html Css Color HEX #744CCD Slate Blue

📋 copy color: '#744CCD'

red 116 ◦ green 76 ◦ blue 205

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

Shades of Slate Blue #744CCD

Tints of Slate Blue #744CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.14%

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 29.22%
G = 19.14%
B = 51.64%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#744CCD (or 0x744CCD) is known color: Slate Blue. HEX triplet: 74, 4C and CD. RGB value is (116,76,205). Sum of RGB (Red+Green+Blue) = 116+76+205=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #744CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CCD is #8BB332. Grayscale: #666666. Windows color (decimal): -9155379 or 13454452. OLE color: 13454452.

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

Color convert

RGB 116 76 205 -
CMYK 0.43 0.63 0 0.20
HSL 258.6º 0.56% 0.55% -
HSV(B) 258.6º 0.63% 0.8% -
XYZ 20.81 13.29 59.23 -
YUV 102.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 116 76 205 0.43 0.63 0 0.20 258.6 0.56 0.55
Hex 74 4C CD 2B 3F 0 14 103 38 37
Octal 164 114 315 53 77 0 24 403 70 67
Binary 1110100 1001100 11001101 101011 111111 0 10100 100000011 111000 110111

Color Harmonies of #744CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744CCD

Black with #744CCD

Text Example


Text Example

White with #744CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,76,205); }

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

background-color css

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

 a { background-color: rgb(116,76,205); }

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

border-color css

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

 span { border-color: rgb(116,76,205); }

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