Html Css Color HEX #744FE1 Slate Blue

📋 copy color: '#744FE1'

red 116 ◦ green 79 ◦ blue 225

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

Shades of Slate Blue #744FE1

Tints of Slate Blue #744FE1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.81%

 BLUE value IS 225 (88.28% from 255) = 53.57%

R = 27.62%
G = 18.81%
B = 53.57%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#744FE1 (or 0x744FE1) is known color: Slate Blue. HEX triplet: 74, 4F and E1. RGB value is (116,79,225). Sum of RGB (Red+Green+Blue) = 116+79+225=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #744FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744FE1 is #8BB01E. Grayscale: #6A6A6A. Windows color (decimal): -9154591 or 14765940. OLE color: 14765940.

HSL color Cylindrical-coordinate representation of color #744FE1: hue angle of 255.21º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #744FE1 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 79 225 -
CMYK 0.48 0.65 0 0.12
HSL 255.21º 0.71% 0.6% -
HSV(B) 255.21º 0.65% 0.88% -
XYZ 23.59 14.74 72.84 -
YUV 106.71 194.76 134.63 -
System Red Green Blue C M Y K H S L
Decimal 116 79 225 0.48 0.65 0 0.12 255.21 0.71 0.6
Hex 74 4F E1 30 41 0 C FF 47 3C
Octal 164 117 341 60 101 0 14 377 107 74
Binary 1110100 1001111 11100001 110000 1000001 0 1100 11111111 1000111 111100

Color Harmonies of #744FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744FE1

Black with #744FE1

Text Example


Text Example

White with #744FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,79,225); }

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

background-color css

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

 a { background-color: rgb(116,79,225); }

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

border-color css

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

 span { border-color: rgb(116,79,225); }

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