Html Css Color HEX #745DDC Slate Blue

📋 copy color: '#745DDC'

red 116 ◦ green 93 ◦ blue 220

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

Shades of Slate Blue #745DDC

Tints of Slate Blue #745DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 27.04%
G = 21.68%
B = 51.28%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#745DDC (or 0x745DDC) is known color: Slate Blue. HEX triplet: 74, 5D and DC. RGB value is (116,93,220). Sum of RGB (Red+Green+Blue) = 116+93+220=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #745DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DDC is #8BA223. Grayscale: #717171. Windows color (decimal): -9151012 or 14441844. OLE color: 14441844.

HSL color Cylindrical-coordinate representation of color #745DDC: hue angle of 250.87º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #745DDC is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 93 220 -
CMYK 0.47 0.58 0 0.14
HSL 250.87º 0.64% 0.61% -
HSV(B) 250.87º 0.58% 0.86% -
XYZ 24.04 16.71 69.67 -
YUV 114.36 187.62 129.17 -
System Red Green Blue C M Y K H S L
Decimal 116 93 220 0.47 0.58 0 0.14 250.87 0.64 0.61
Hex 74 5D DC 2F 3A 0 E FB 40 3D
Octal 164 135 334 57 72 0 16 373 100 75
Binary 1110100 1011101 11011100 101111 111010 0 1110 11111011 1000000 111101

Color Harmonies of #745DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745DDC

Black with #745DDC

Text Example


Text Example

White with #745DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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