Html Css Color HEX #744EDE Slate Blue

📋 copy color: '#744EDE'

red 116 ◦ green 78 ◦ blue 222

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

Shades of Slate Blue #744EDE

Tints of Slate Blue #744EDE

RGB

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

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

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

R = 27.88%
G = 18.75%
B = 53.37%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#744EDE (or 0x744EDE) is known color: Slate Blue. HEX triplet: 74, 4E and DE. RGB value is (116,78,222). Sum of RGB (Red+Green+Blue) = 116+78+222=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #744EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744EDE is #8BB121. Grayscale: #696969. Windows color (decimal): -9154850 or 14569076. OLE color: 14569076.

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

Color convert

RGB 116 78 222 -
CMYK 0.48 0.65 0 0.13
HSL 255.83º 0.69% 0.59% -
HSV(B) 255.83º 0.65% 0.87% -
XYZ 23.11 14.44 70.68 -
YUV 105.78 193.59 135.29 -
System Red Green Blue C M Y K H S L
Decimal 116 78 222 0.48 0.65 0 0.13 255.83 0.69 0.59
Hex 74 4E DE 30 41 0 D 100 45 3B
Octal 164 116 336 60 101 0 15 400 105 73
Binary 1110100 1001110 11011110 110000 1000001 0 1101 100000000 1000101 111011

Color Harmonies of #744EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744EDE

Black with #744EDE

Text Example


Text Example

White with #744EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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