Html Css Color HEX #744FDE Slate Blue

📋 copy color: '#744FDE'

red 116 ◦ green 79 ◦ blue 222

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

Shades of Slate Blue #744FDE

Tints of Slate Blue #744FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.24%

R = 27.82%
G = 18.94%
B = 53.24%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#744FDE (or 0x744FDE) is known color: Slate Blue. HEX triplet: 74, 4F and DE. RGB value is (116,79,222). Sum of RGB (Red+Green+Blue) = 116+79+222=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #744FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744FDE is #8BB021. Grayscale: #696969. Windows color (decimal): -9154594 or 14569332. OLE color: 14569332.

HSL color Cylindrical-coordinate representation of color #744FDE: hue angle of 255.52º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #744FDE is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 79 222 -
CMYK 0.48 0.64 0 0.13
HSL 255.52º 0.68% 0.59% -
HSV(B) 255.52º 0.64% 0.87% -
XYZ 23.18 14.58 70.7 -
YUV 106.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 116 79 222 0.48 0.64 0 0.13 255.52 0.68 0.59
Hex 74 4F DE 30 40 0 D 100 44 3B
Octal 164 117 336 60 100 0 15 400 104 73
Binary 1110100 1001111 11011110 110000 1000000 0 1101 100000000 1000100 111011

Color Harmonies of #744FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744FDE

Black with #744FDE

Text Example


Text Example

White with #744FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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