Html Css Color HEX #744FE0 Slate Blue

📋 copy color: '#744FE0'

red 116 ◦ green 79 ◦ blue 224

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

Shades of Slate Blue #744FE0

Tints of Slate Blue #744FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.46%

R = 27.68%
G = 18.85%
B = 53.46%

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

#744FE0 (or 0x744FE0) is known color: Slate Blue. HEX triplet: 74, 4F and E0. RGB value is (116,79,224). Sum of RGB (Red+Green+Blue) = 116+79+224=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #744FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744FE0 is #8BB01F. Grayscale: #6A6A6A. Windows color (decimal): -9154592 or 14700404. OLE color: 14700404.

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

Color convert

RGB 116 79 224 -
CMYK 0.48 0.65 0 0.12
HSL 255.31º 0.7% 0.59% -
HSV(B) 255.31º 0.65% 0.88% -
XYZ 23.45 14.69 72.12 -
YUV 106.59 194.26 134.71 -
System Red Green Blue C M Y K H S L
Decimal 116 79 224 0.48 0.65 0 0.12 255.31 0.7 0.59
Hex 74 4F E0 30 41 0 C FF 46 3B
Octal 164 117 340 60 101 0 14 377 106 73
Binary 1110100 1001111 11100000 110000 1000001 0 1100 11111111 1000110 111011

Color Harmonies of #744FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744FE0

Black with #744FE0

Text Example


Text Example

White with #744FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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