Html Css Color HEX #744CCC Slate Blue

📋 copy color: '#744CCC'

red 116 ◦ green 76 ◦ blue 204

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

Shades of Slate Blue #744CCC

Tints of Slate Blue #744CCC

RGB

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

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

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

R = 29.29%
G = 19.19%
B = 51.52%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#744CCC (or 0x744CCC) is known color: Slate Blue. HEX triplet: 74, 4C and CC. RGB value is (116,76,204). Sum of RGB (Red+Green+Blue) = 116+76+204=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #744CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CCC is #8BB333. Grayscale: #666666. Windows color (decimal): -9155380 or 13388916. OLE color: 13388916.

HSL color Cylindrical-coordinate representation of color #744CCC: hue angle of 258.75º 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 #744CCC is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 76 204 -
CMYK 0.43 0.63 0 0.2
HSL 258.75º 0.56% 0.55% -
HSV(B) 258.75º 0.63% 0.8% -
XYZ 20.69 13.24 58.59 -
YUV 102.55 185.25 137.59 -
System Red Green Blue C M Y K H S L
Decimal 116 76 204 0.43 0.63 0 0.2 258.75 0.56 0.55
Hex 74 4C CC 2B 3F 0 14 103 38 37
Octal 164 114 314 53 77 0 24 403 70 67
Binary 1110100 1001100 11001100 101011 111111 0 10100 100000011 111000 110111

Color Harmonies of #744CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744CCC

Black with #744CCC

Text Example


Text Example

White with #744CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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