Html Css Color HEX #744ACF Slate Blue

📋 copy color: '#744ACF'

red 116 ◦ green 74 ◦ blue 207

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

Shades of Slate Blue #744ACF

Tints of Slate Blue #744ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.64%

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 29.22%
G = 18.64%
B = 52.14%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#744ACF (or 0x744ACF) is known color: Slate Blue. HEX triplet: 74, 4A and CF. RGB value is (116,74,207). Sum of RGB (Red+Green+Blue) = 116+74+207=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #744ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744ACF is #8BB530. Grayscale: #656565. Windows color (decimal): -9155889 or 13585012. OLE color: 13585012.

HSL color Cylindrical-coordinate representation of color #744ACF: hue angle of 258.95º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #744ACF is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 74 207 -
CMYK 0.44 0.64 0 0.19
HSL 258.95º 0.58% 0.55% -
HSV(B) 258.95º 0.64% 0.81% -
XYZ 20.91 13.12 60.46 -
YUV 101.72 187.41 138.19 -
System Red Green Blue C M Y K H S L
Decimal 116 74 207 0.44 0.64 0 0.19 258.95 0.58 0.55
Hex 74 4A CF 2C 40 0 13 103 3A 37
Octal 164 112 317 54 100 0 23 403 72 67
Binary 1110100 1001010 11001111 101100 1000000 0 10011 100000011 111010 110111

Color Harmonies of #744ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744ACF

Black with #744ACF

Text Example


Text Example

White with #744ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,74,207); }

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

background-color css

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

 a { background-color: rgb(116,74,207); }

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

border-color css

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

 span { border-color: rgb(116,74,207); }

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