Html Css Color HEX #744DCB Slate Blue

📋 copy color: '#744DCB'

red 116 ◦ green 77 ◦ blue 203

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

Shades of Slate Blue #744DCB

Tints of Slate Blue #744DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.44%

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 29.29%
G = 19.44%
B = 51.26%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#744DCB (or 0x744DCB) is known color: Slate Blue. HEX triplet: 74, 4D and CB. RGB value is (116,77,203). Sum of RGB (Red+Green+Blue) = 116+77+203=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #744DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744DCB is #8BB234. Grayscale: #666666. Windows color (decimal): -9155125 or 13323636. OLE color: 13323636.

HSL color Cylindrical-coordinate representation of color #744DCB: hue angle of 258.57º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #744DCB is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 77 203 -
CMYK 0.43 0.62 0 0.20
HSL 258.57º 0.55% 0.55% -
HSV(B) 258.57º 0.62% 0.8% -
XYZ 20.64 13.33 57.99 -
YUV 103.03 184.42 137.25 -
System Red Green Blue C M Y K H S L
Decimal 116 77 203 0.43 0.62 0 0.20 258.57 0.55 0.55
Hex 74 4D CB 2B 3E 0 14 103 37 37
Octal 164 115 313 53 76 0 24 403 67 67
Binary 1110100 1001101 11001011 101011 111110 0 10100 100000011 110111 110111

Color Harmonies of #744DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744DCB

Black with #744DCB

Text Example


Text Example

White with #744DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,77,203); }

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

background-color css

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

 a { background-color: rgb(116,77,203); }

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

border-color css

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

 span { border-color: rgb(116,77,203); }

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