Html Css Color HEX #745DCF Slate Blue

📋 copy color: '#745DCF'

red 116 ◦ green 93 ◦ blue 207

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

Shades of Slate Blue #745DCF

Tints of Slate Blue #745DCF

RGB

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

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

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

R = 27.88%
G = 22.36%
B = 49.76%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#745DCF (or 0x745DCF) is known color: Slate Blue. HEX triplet: 74, 5D and CF. RGB value is (116,93,207). Sum of RGB (Red+Green+Blue) = 116+93+207=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #745DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DCF is #8BA230. Grayscale: #707070. Windows color (decimal): -9151025 or 13589876. OLE color: 13589876.

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

Color convert

RGB 116 93 207 -
CMYK 0.44 0.55 0 0.19
HSL 252.11º 0.54% 0.59% -
HSV(B) 252.11º 0.55% 0.81% -
XYZ 22.38 16.05 60.95 -
YUV 112.87 181.12 130.23 -
System Red Green Blue C M Y K H S L
Decimal 116 93 207 0.44 0.55 0 0.19 252.11 0.54 0.59
Hex 74 5D CF 2C 37 0 13 FC 36 3B
Octal 164 135 317 54 67 0 23 374 66 73
Binary 1110100 1011101 11001111 101100 110111 0 10011 11111100 110110 111011

Color Harmonies of #745DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745DCF

Black with #745DCF

Text Example


Text Example

White with #745DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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