Html Css Color HEX #744FDF Slate Blue

📋 copy color: '#744FDF'

red 116 ◦ green 79 ◦ blue 223

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

Shades of Slate Blue #744FDF

Tints of Slate Blue #744FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.35%

R = 27.75%
G = 18.9%
B = 53.35%

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

#744FDF (or 0x744FDF) is known color: Slate Blue. HEX triplet: 74, 4F and DF. RGB value is (116,79,223). Sum of RGB (Red+Green+Blue) = 116+79+223=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #744FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744FDF is #8BB020. Grayscale: #696969. Windows color (decimal): -9154593 or 14634868. OLE color: 14634868.

HSL color Cylindrical-coordinate representation of color #744FDF: hue angle of 255.42º 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 #744FDF is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 79 223 -
CMYK 0.48 0.65 0 0.13
HSL 255.42º 0.69% 0.59% -
HSV(B) 255.42º 0.65% 0.87% -
XYZ 23.32 14.63 71.41 -
YUV 106.48 193.76 134.79 -
System Red Green Blue C M Y K H S L
Decimal 116 79 223 0.48 0.65 0 0.13 255.42 0.69 0.59
Hex 74 4F DF 30 41 0 D FF 45 3B
Octal 164 117 337 60 101 0 15 377 105 73
Binary 1110100 1001111 11011111 110000 1000001 0 1101 11111111 1000101 111011

Color Harmonies of #744FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744FDF

Black with #744FDF

Text Example


Text Example

White with #744FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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