Html Css Color HEX #744DCA Slate Blue

📋 copy color: '#744DCA'

red 116 ◦ green 77 ◦ blue 202

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

Shades of Slate Blue #744DCA

Tints of Slate Blue #744DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.14%

R = 29.37%
G = 19.49%
B = 51.14%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#744DCA (or 0x744DCA) is known color: Slate Blue. HEX triplet: 74, 4D and CA. RGB value is (116,77,202). Sum of RGB (Red+Green+Blue) = 116+77+202=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #744DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744DCA is #8BB235. Grayscale: #666666. Windows color (decimal): -9155126 or 13258100. OLE color: 13258100.

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

Color convert

RGB 116 77 202 -
CMYK 0.43 0.62 0 0.21
HSL 258.72º 0.54% 0.55% -
HSV(B) 258.72º 0.62% 0.79% -
XYZ 20.52 13.29 57.36 -
YUV 102.91 183.92 137.34 -
System Red Green Blue C M Y K H S L
Decimal 116 77 202 0.43 0.62 0 0.21 258.72 0.54 0.55
Hex 74 4D CA 2B 3E 0 15 103 36 37
Octal 164 115 312 53 76 0 25 403 66 67
Binary 1110100 1001101 11001010 101011 111110 0 10101 100000011 110110 110111

Color Harmonies of #744DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744DCA

Black with #744DCA

Text Example


Text Example

White with #744DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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