Html Css Color HEX #744BCF Slate Blue

📋 copy color: '#744BCF'

red 116 ◦ green 75 ◦ blue 207

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

Shades of Slate Blue #744BCF

Tints of Slate Blue #744BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.84%

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

R = 29.15%
G = 18.84%
B = 52.01%

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

#744BCF (or 0x744BCF) is known color: Slate Blue. HEX triplet: 74, 4B and CF. RGB value is (116,75,207). Sum of RGB (Red+Green+Blue) = 116+75+207=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #744BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744BCF is #8BB430. Grayscale: #656565. Windows color (decimal): -9155633 or 13585268. OLE color: 13585268.

HSL color Cylindrical-coordinate representation of color #744BCF: hue angle of 258.64º 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 #744BCF is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 75 207 -
CMYK 0.44 0.64 0 0.19
HSL 258.64º 0.58% 0.55% -
HSV(B) 258.64º 0.64% 0.81% -
XYZ 20.98 13.25 60.48 -
YUV 102.31 187.08 137.77 -
System Red Green Blue C M Y K H S L
Decimal 116 75 207 0.44 0.64 0 0.19 258.64 0.58 0.55
Hex 74 4B CF 2C 40 0 13 103 3A 37
Octal 164 113 317 54 100 0 23 403 72 67
Binary 1110100 1001011 11001111 101100 1000000 0 10011 100000011 111010 110111

Color Harmonies of #744BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744BCF

Black with #744BCF

Text Example


Text Example

White with #744BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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