Html Css Color HEX #744ECC Slate Blue

📋 copy color: '#744ECC'

red 116 ◦ green 78 ◦ blue 204

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

Shades of Slate Blue #744ECC

Tints of Slate Blue #744ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.6%

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

R = 29.15%
G = 19.6%
B = 51.26%

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

#744ECC (or 0x744ECC) is known color: Slate Blue. HEX triplet: 74, 4E and CC. RGB value is (116,78,204). Sum of RGB (Red+Green+Blue) = 116+78+204=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #744ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744ECC is #8BB133. Grayscale: #676767. Windows color (decimal): -9154868 or 13389428. OLE color: 13389428.

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

Color convert

RGB 116 78 204 -
CMYK 0.43 0.62 0 0.2
HSL 258.1º 0.55% 0.55% -
HSV(B) 258.1º 0.62% 0.8% -
XYZ 20.83 13.52 58.64 -
YUV 103.73 184.59 136.75 -
System Red Green Blue C M Y K H S L
Decimal 116 78 204 0.43 0.62 0 0.2 258.1 0.55 0.55
Hex 74 4E CC 2B 3E 0 14 102 37 37
Octal 164 116 314 53 76 0 24 402 67 67
Binary 1110100 1001110 11001100 101011 111110 0 10100 100000010 110111 110111

Color Harmonies of #744ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744ECC

Black with #744ECC

Text Example


Text Example

White with #744ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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