Html Css Color HEX #744CCF Slate Blue

📋 copy color: '#744CCF'

red 116 ◦ green 76 ◦ blue 207

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

Shades of Slate Blue #744CCF

Tints of Slate Blue #744CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.05%

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

R = 29.07%
G = 19.05%
B = 51.88%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#744CCF (or 0x744CCF) is known color: Slate Blue. HEX triplet: 74, 4C and CF. RGB value is (116,76,207). Sum of RGB (Red+Green+Blue) = 116+76+207=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #744CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CCF is #8BB330. Grayscale: #666666. Windows color (decimal): -9155377 or 13585524. OLE color: 13585524.

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

Color convert

RGB 116 76 207 -
CMYK 0.44 0.63 0 0.19
HSL 258.32º 0.58% 0.55% -
HSV(B) 258.32º 0.63% 0.81% -
XYZ 21.05 13.39 60.51 -
YUV 102.89 186.75 137.35 -
System Red Green Blue C M Y K H S L
Decimal 116 76 207 0.44 0.63 0 0.19 258.32 0.58 0.55
Hex 74 4C CF 2C 3F 0 13 102 3A 37
Octal 164 114 317 54 77 0 23 402 72 67
Binary 1110100 1001100 11001111 101100 111111 0 10011 100000010 111010 110111

Color Harmonies of #744CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744CCF

Black with #744CCF

Text Example


Text Example

White with #744CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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