Html Css Color HEX #745DDD Slate Blue

📋 copy color: '#745DDD'

red 116 ◦ green 93 ◦ blue 221

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

Shades of Slate Blue #745DDD

Tints of Slate Blue #745DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.63%

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 26.98%
G = 21.63%
B = 51.4%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#745DDD (or 0x745DDD) is known color: Slate Blue. HEX triplet: 74, 5D and DD. RGB value is (116,93,221). Sum of RGB (Red+Green+Blue) = 116+93+221=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #745DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DDD is #8BA222. Grayscale: #717171. Windows color (decimal): -9151011 or 14507380. OLE color: 14507380.

HSL color Cylindrical-coordinate representation of color #745DDD: hue angle of 250.78º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #745DDD is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 93 221 -
CMYK 0.48 0.58 0 0.13
HSL 250.78º 0.65% 0.62% -
HSV(B) 250.78º 0.58% 0.87% -
XYZ 24.17 16.76 70.37 -
YUV 114.47 188.12 129.09 -
System Red Green Blue C M Y K H S L
Decimal 116 93 221 0.48 0.58 0 0.13 250.78 0.65 0.62
Hex 74 5D DD 30 3A 0 D FB 41 3E
Octal 164 135 335 60 72 0 15 373 101 76
Binary 1110100 1011101 11011101 110000 111010 0 1101 11111011 1000001 111110

Color Harmonies of #745DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745DDD

Black with #745DDD

Text Example


Text Example

White with #745DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745DDD; }

 p { color: rgb(116,93,221); }

 H1.HeaderClassName
 {
   color: #745DDD;
 }
 .AnyTagClassName
 {
   color: #745DDD;
 }
</style>

background-color css

<style>
 a { background-color: #745DDD; }

 a { background-color: rgb(116,93,221); }

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

border-color css

<style>
 span { border-color: #745DDD; }

 span { border-color: rgb(116,93,221); }

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